DocumentUnitsMatrixGetMatrixData Method |
Gets the data defining this matrix.
Namespace:
Autodesk.iLogic.Types
Assembly:
Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 23.0
Syntax Public Sub GetMatrixData (
ByRef cells As Double()
)
public void GetMatrixData(
ref double[] cells
)
Parameters
- cells
- Type: SystemDouble
Output: Double array that will contain the matrix cell values.
See Also