Click or drag to resize

ObjectTableDuplicate Method (Guid)

Same as TransformObject(objref, ON_Xform.Identity, false)

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

Parameters

objectId
Type: SystemGuid
An ID to an object in the document that needs to be duplicated.

Return Value

Type: Guid
The new object ID.
See Also