Share

DocumentUnitsPoint2d.Copy Method

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()

Return Value

Type: DocumentUnitsPoint2d

See Also

Reference

Was this information helpful?