Gets and sets the visibility property of the SolidWorks application.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Visible As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISldWorks
Dim value As Boolean
instance.Visible = value
value = instance.Visible
|
C# | |
---|
bool Visible {get; set;} |
C++/CLI | |
---|
property bool Visible {
bool get();
void set (bool value);
} |
Return Value
True if the application is visible, false if not
Example
Remarks
See Also