Gets or sets the name of the sheet for this drawing view.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property SheetName As System.String |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMView
Dim value As System.String
instance.SheetName = value
value = instance.SheetName |
C# | |
---|
System.string SheetName {get; set;} |
C++/CLI | |
---|
property System.String^ SheetName {
System.String^ get();
void set ( & System.String^ value);
} |
Property Value
Name of sheet
See Also
Availability
SOLIDWORKS Document Manager API 2009 SP0