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