Gets or sets whether the sheet format is currently visible in this drawing sheet.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property SheetFormatVisible As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISheet
Dim value As Boolean
instance.SheetFormatVisible = value
value = instance.SheetFormatVisible
|
C# | |
---|
bool SheetFormatVisible {get; set;} |
C++/CLI | |
---|
property bool SheetFormatVisible {
bool get();
void set (bool value);
} |
Return Value
True if the sheet format is visible, false if not
See Also
Availability
SolidWorks 2004 FCS, Revision Number 12.0