Share

Instance.GetTotalTransform Method

Gets the total transform, which includes the true north transform for instances like import instances.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public Transform GetTotalTransform()

Return Value

Transform
The calculated total transform.

Remarks

For most of other instances, it simply returns the inherent transform.

See Also

Reference

Was this information helpful?