Click or drag to resize

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
)

Parameters

matrix
Type: Autodesk.iLogic.TypesDocumentUnitsMatrix
Input Matrix object that specifies the matrix to post-multiply by.
See Also