Constructor of DocumentUnitsMatrix.
Namespace:
Autodesk.iLogic.Types
Assembly:
Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 25.0
Syntax
VB
Public Sub New (
inventorServer As InventorServerObject,
unitsOfMeasure As UnitsOfMeasure
)
C#
public DocumentUnitsMatrix(
InventorServerObject inventorServer,
UnitsOfMeasure unitsOfMeasure
)
Parameters
- inventorServer
- Type: InventorServerObject
- unitsOfMeasure
- Type: UnitsOfMeasure
See Also
Reference