Gets or sets whether the Layer is shown or hidden.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property Shown As System.Boolean |
| C# | |
|---|
System.bool Shown {get; set;} |
| JavaScript | |
|---|
get_Shown () : Boolean
put_Shown (
NewVal : Boolean
)
|
| COM native C++ | |
|---|
HRESULT get_Shown(
VARIANT_BOOL* Val
)
HRESULT put_Shown(
VARIANT_BOOL NewVal |
Property Value
True if the Layer is shown, false if hidden
Remarks
See Also
Availability
DraftSight V1R1.1