Multiplies the two specified transforms.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public static Transform operator *( Transform left, Transform right )
Parameters
Return Value
TransformThe transformation equal to the composition of the two transformations.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when the handle of the first or second transformation is null. |