Click or drag to resize

CommonObjectConstructConstObject Method

Assigns a parent object and a sub-object index to this.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected void ConstructConstObject(
	Object parentObject,
	int subobjectIndex
)

Parameters

parentObject
Type: SystemObject
The parent object.
subobjectIndex
Type: SystemInt32
The sub-object index.
See Also