Click or drag to resize

DocumentUnitsVector Constructor

Constructor of DocumentUnitsVector.

Namespace:  Autodesk.iLogic.Types
Assembly:  Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 23.0
Syntax
Public Sub New ( 
	inventorServer As InventorServerObject,
	unitsOfMeasure As UnitsOfMeasure,
	x As Double,
	y As Double,
	z As Double
)

Parameters

inventorServer
Type: InventorServerObject
unitsOfMeasure
Type: UnitsOfMeasure
x
Type: SystemDouble
y
Type: SystemDouble
z
Type: SystemDouble
See Also