Constructor of DocumentUnitsMatrix2d.
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,
ParamArray cells As Double()
)
C#
public DocumentUnitsMatrix2d(
InventorServerObject inventorServer,
UnitsOfMeasure unitsOfMeasure,
params double[] cells
)
Parameters
- inventorServer
- Type: InventorServerObject
- unitsOfMeasure
- Type: UnitsOfMeasure
- cells
- Type: System.Double[]
See Also
Reference