Gets or sets the name of the sheet in a drawing document to open.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property SheetName As String |
Visual Basic (Usage) | |
---|
Dim instance As IDocumentSpecification
Dim value As String
instance.SheetName = value
value = instance.SheetName
|
C# | |
---|
string SheetName {get; set;} |
C++/CLI | |
---|
property String^ SheetName {
String^ get();
void set (String^ value);
} |
Return Value
Sheet name
Example
See Also
Availability
SolidWorks 2009 SP4, Revision Number 17.4