Gets the inverse transformation of this transformation.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public Transform1D GetInverse()
Return Value
Transform1DExceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | This transformation is singular. |
