Click or drag to resize

InstanceDefinitionObject Method

returns an object used as part of this definition.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public RhinoObject Object(
	int index
)

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.
See Also