Gets or sets whether to hide any Layers that you added since the Layer state was last saved.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property HideLayersNotAssignedToLayerState As System.Boolean |
| C# | |
|---|
System.bool HideLayersNotAssignedToLayerState {get; set;} |
| JavaScript | |
|---|
HideLayersNotAssignedToLayerState : System.boolean |
)
< A href="GettingStarted-draftsightapi.html">HRESULT set_HideLayersNotAssignedToLayerState(
VARIANT_BOOL
NewVal
)
| C++ | |
|---|
property System.bool HideLayersNotAssignedToLayerState { bool* Val
)
DSRESULTput_HideLayersNotAssignedToLayerState(
bool NewVal
} |
Property Value
True to hide any Layers added since the Layer state was last saved, false to show them when you restore the Layer state