Share

DocumentUnitsVector.TransformBy Method

Transform this vector by the specified matrix.

Namespace:  Autodesk.iLogic.Types
Assembly:  Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 29.0

Syntax

VB

Public Sub TransformBy ( 
	matrix As DocumentUnitsMatrix
)

C#

public void TransformBy(
	DocumentUnitsMatrix matrix
)

Parameters

matrix
Type: Autodesk.iLogic.Types.DocumentUnitsMatrix
Input Matrix object that specifies the position and orientation of the occurrence.

See Also

Reference

Was this information helpful?