Gets or sets whether this Layer is shown or hidden.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property Show As System.Boolean |
| C# | |
|---|
System.bool Show {get; set;} |
| JavaScript | |
|---|
get_Show () : Boolean
put_Show (
NewVal : Boolean
)
|
| COM native C++ | |
|---|
HRESULT get_Show(
VARIANT_BOOL* Val
)
HRESULT put_Show(
VARIANT_BOOL NewVal |
Property Value
True if this Layer is shown, false if hidden
Example
Remarks
See Also
Availability
DraftSight 2018 SP0