ModelComponent.Index Property

ModelComponentIndex Property

Gets or sets the model component index attribute.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public virtual int Index { get; set; }
Public Overridable Property Index As Integer
	Get
	Set

Property Value

Type: Int32
Exceptions
ExceptionCondition
InvalidOperationException When setting the Index failed. This usually happend because the instance Index is already locked.
Version Information

Rhino for Windows

Supported in: 6.8
See Also