ModelComponent.IndexIsLocked Property

ModelComponentIndexIsLocked Property

Returns a value indicating whether the component Index is already locked.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool IndexIsLocked { get; }
Public ReadOnly Property IndexIsLocked As Boolean
	Get

Property Value

Type: Boolean
See Also