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: 29.0
Syntax
VB
Function Matrix ( ParamArray cells As Double() ) As DocumentUnitsMatrix
C#
DocumentUnitsMatrix Matrix( params double[] cells )
Parameters
- cells
- Type: System.Double[]
