DocumentUnitsMatrix.PostMultiplyBy 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: 25.0

Syntax

VB

Public Sub PostMultiplyBy ( 
	matrix As DocumentUnitsMatrix
)

C#

public void PostMultiplyBy(
	DocumentUnitsMatrix matrix
)

Parameters

matrix
Type: Autodesk.iLogic.Types.DocumentUnitsMatrix
Input Matrix object that specifies the matrix to post-multiply by.

See Also

Reference

DocumentUnitsMatrix Class
Autodesk.iLogic.Types Namespace