Gets or sets the visibility of this layer.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Visible As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ILayer
Dim value As System.Boolean
instance.Visible = value
value = instance.Visible |
C# | |
---|
System.bool Visible {get; set;} |
C++/CLI | |
---|
property System.bool Visible {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True if layer is visible; false if layer is not visible
- or -
True to set the visibility of the layer to the opposite state
Example
See Also
Availability
SolidWorks 99 SP6, datecode 1999355