Gets or sets the name of the sheet for the drawing.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property SheetName( _
ByVal Sheet As String _
) As String |
Visual Basic (Usage) | |
---|
Dim instance As IImportDxfDwgData
Dim Sheet As String
Dim value As String
instance.SheetName(Sheet) = value
value = instance.SheetName(Sheet)
|
C# | |
---|
string SheetName(
string Sheet
) {get; set;} |
C++/CLI | |
---|
property String^ SheetName {
String^ get(String^ Sheet);
void set (String^ Sheet, String^ value);
} |
Parameters
- Sheet
- Sheet (layout) name of the input file or an empty string for all sheets
Return Value
Name of sheet
Example
Remarks
See Also
Availability
SolidWorks 2007 FCS, Revision Number 15.0