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 | |
---|
get_HideLayersNotAssignedToLayerState () : Boolean
put_HideLayersNotAssignedToLayerState (
NewVal : Boolean
)
|
COM native C++ | |
---|
HRESULT get_HideLayersNotAssignedToLayerState(
VARIANT_BOOL* Val
)
HRESULT put_HideLayersNotAssignedToLayerState(
VARIANT_BOOL NewVal |
C++ | |
---|
DSRESULT get_HideLayersNotAssignedToLayerState (
bool* Val
)
DSRESULT put_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
See Also
Availability
DraftSight 2018 SP0