DocumentUnitsMatrixPostMultiplyBy Method |
Method that post-multiplies this matrix by the specified matrix, setting this matrix to the result.
Namespace:
Autodesk.iLogic.Types
Assembly:
Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 23.0
Syntax Public Sub PostMultiplyBy (
matrix As DocumentUnitsMatrix
)
public void PostMultiplyBy(
DocumentUnitsMatrix matrix
)
Parameters
- matrix
- Type: Autodesk.iLogic.TypesDocumentUnitsMatrix
Input Matrix object that specifies the matrix to post-multiply by.
See Also