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
)
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:
GuidThe new object ID.
See Also