ObjectTable.Duplicate Method (Guid)

ObjectTableDuplicate Method (Guid)

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

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Guid Duplicate(
	Guid objectId
)
Public Function Duplicate ( 
	objectId As Guid
) As Guid

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.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also