Click or drag to resize

DocumentUnitsVectorTransformBy Method

Transform this vector by the specified matrix.

Namespace:  Autodesk.iLogic.Types
Assembly:  Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 23.0
Syntax
Public Sub TransformBy ( 
	matrix As DocumentUnitsMatrix
)

Parameters

matrix
Type: Autodesk.iLogic.TypesDocumentUnitsMatrix
Input Matrix object that specifies the position and orientation of the occurrence.
See Also