Creates a copy of this Vector object. The result is entirely independent and can be edited without affecting the original Vector object.
Namespace:
Autodesk.iLogic.Types
Assembly:
Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 25.0
Syntax
VB
Public Function Copy As DocumentUnitsVector2d
C#
public DocumentUnitsVector2d Copy()
Return Value
Type:
DocumentUnitsVector2d
See Also
Reference