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: 25.0
Syntax
VB
Public Function Copy As DocumentUnitsPoint
C#
public DocumentUnitsPoint Copy()
Return Value
Type:
DocumentUnitsPoint
See Also
Reference