IGeometry.Vector Method

Creates and returns a new 3D DocumentUnitsVector with the given coordinate values.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 25.0

Syntax

VB

Function Vector ( 
	x As Double,
	y As Double,
	z As Double
) As DocumentUnitsVector

C#

DocumentUnitsVector Vector(
	double x,
	double y,
	double z
)

Parameters

x
Type: System.Double
y
Type: System.Double
z
Type: System.Double

Return Value

Type: DocumentUnitsVector

See Also

Reference

IGeometry Interface
Autodesk.iLogic.Interfaces Namespace