Layer.ComponentStatus Property

LayerComponentStatus Property

Gets or sets the status of the layer.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public override ComponentStatus ComponentStatus { get; set; }
Public Overrides Property ComponentStatus As ComponentStatus
	Get
	Set

Property Value

Type: ComponentStatus
See Also