Constructor of DocumentUnitsPoint.
Namespace: Autodesk.iLogic.Types
Assembly: Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 30.0
Syntax
VB
Public Sub New ( inventorServer As InventorServerObject, unitsOfMeasure As UnitsOfMeasure, x As Double, y As Double, z As Double )
C#
public DocumentUnitsPoint( InventorServerObject inventorServer, UnitsOfMeasure unitsOfMeasure, double x, double y, double z )
Parameters
- inventorServer
- Type: InventorServerObject
- unitsOfMeasure
- Type: UnitsOfMeasure
- x
- Type: System.Double
- y
- Type: System.Double
- z
- Type: System.Double