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