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
)
public DocumentUnitsVector(
InventorServerObject inventorServer,
UnitsOfMeasure unitsOfMeasure,
double x,
double y,
double z
)
Parameters
- inventorServer
- Type: InventorServerObject
- unitsOfMeasure
- Type: UnitsOfMeasure
- x
- Type: SystemDouble
- y
- Type: SystemDouble
- z
- Type: SystemDouble
See Also