IGeometryMatrix Method (Double) |
Creates and returns a new 4x4 DocumentUnitsMatrix. The elements of the matrix are initialized from a double array of size 16.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax Function Matrix (
ParamArray cells As Double()
) As DocumentUnitsMatrix
DocumentUnitsMatrix Matrix(
params double[] cells
)
Parameters
- cells
- Type: SystemDouble
Return Value
Type:
DocumentUnitsMatrixSee Also