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 | |
---|
Shown : System.boolean |
)
< A href="GettingStarted-draftsightapi.html">HRESULT set_Shown(
VARIANT_BOOL
NewVal
)
C++ | |
---|
property System.bool Shown { bool* Val
)
DSRESULTput_Shown(
bool NewVal
} |
Property Value
True if the Layer is shown, false if hidden