Click or drag to resize

ObjectTableReplaceInstanceObject Method (ObjRef, Int32)

Replaces the underlying instance definition of an instance object.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.8
Syntax
public bool ReplaceInstanceObject(
	ObjRef objref,
	int instanceDefinitionIndex
)

Parameters

objref
Type: Rhino.DocObjectsObjRef
Reference to the instance object to be replaced. The objref.Object() will be deleted.
instanceDefinitionIndex
Type: SystemInt32
The index of the new instance definition to use.

Return Value

Type: Boolean
true if successful.
See Also