Revit 2026 API
Transform |
The boolean value that indicates whether this transformation produces reflection (i.e., is orientation-reversing).
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool HasReflection { get; }
Public ReadOnly Property HasReflection As Boolean Get
public: property bool HasReflection { bool get (); }
member HasReflection : bool with get
Property Value
Boolean
Exception | Condition |
---|---|
InvalidOperationException | This transformation is singular and the reflection is undefined. |

Reflection transformation changes the handedness of a coordinate system.
See Also