InstanceDefinitionObject Method |
returns an object used as part of this definition.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic RhinoObject Object(
int index
)
Public Function Object (
index As Integer
) As RhinoObject
Parameters
- index
- Type: SystemInt32
0 <= index < ObjectCount.
Return Value
Type:
RhinoObject
Returns an object that is used to define the geometry.
Does NOT return an object that references this definition.count the number of references to this instance.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also