Creates and returns a new 2D DocumentUnitsPoint2d with the given coordinate values.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0
Syntax
VB
Function Point2d ( x As Double, y As Double ) As DocumentUnitsPoint2d
C#
DocumentUnitsPoint2d Point2d( double x, double y )
Parameters
- x
- Type: System.Double
- y
- Type: System.Double
