ModelComponentIndex Property |
Gets or sets the model component index attribute.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntaxpublic virtual int Index { get; set; }
Public Overridable Property Index As Integer
Get
Set
Property Value
Type:
Int32
ExceptionsException | Condition |
---|
InvalidOperationException |
When setting the Index failed.
This usually happens because the instance Index is already locked.
|
See Also