Click or drag to resize

ObjectTableDuplicate Method (RhinoObject)

Duplicates the object that is referenced by obj.

Same as TransformObject(obj, Transform.Identityy, false)

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Guid Duplicate(
	RhinoObject obj
)

Parameters

obj
Type: Rhino.DocObjectsRhinoObject
A Rhino object to duplicate.

Return Value

Type: Guid
The new object ID.
See Also