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