Click or drag to resize

IGeometryVector 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: 23.0
Syntax
Function Vector ( 
	x As Double,
	y As Double,
	z As Double
) As DocumentUnitsVector

Parameters

x
Type: SystemDouble
y
Type: SystemDouble
z
Type: SystemDouble

Return Value

Type: DocumentUnitsVector
See Also