Method that sets the data defining this matrix.
Namespace:
Autodesk.iLogic.Types
Assembly:
Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 25.0
Syntax
VB
Public Sub PutMatrixData (
ParamArray cells As Double()
)
C#
public void PutMatrixData(
params double[] cells
)
Parameters
- cells
- Type: System.Double[]
Input Double that specifies the entity's coordinates.
See Also
Reference