Point3dListDuplicate Method |
Returns a deep copy of this point list instance.
Namespace:
Rhino.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public Point3dList Duplicate()
Public Function Duplicate As Point3dList
Return Value
Type:
Point3dListThe duplicated list.
See Also