LayerModelPersistentVisibility Property |
Gets or sets the model persistent visibility of this layer.
The persistent viability setting is used for layers whose visibility can be changed by a parent layer.
In this case, when a parent layer is turned off, then child layers are also turned off.
The persistent visibility setting determines what happens when the parent is turned on again.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax public bool ModelPersistentVisibility { get; set; }
Public Property ModelPersistentVisibility As Boolean
Get
Set
Property Value
Type:
BooleanSee Also