IGeometry.Vector2d Method

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: 25.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

Return Value

Type: DocumentUnitsVector2d

See Also

Reference

IGeometry Interface
Autodesk.iLogic.Interfaces Namespace