Creates a copy of this Point object. The result is entirely independent and can be edited without affecting the original Point object.
Namespace: Autodesk.iLogic.Types
Assembly: Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 29.0
Syntax
VB
Public Function Copy As DocumentUnitsPoint2d
C#
public DocumentUnitsPoint2d Copy()