Revit 2022 API |
Transform..::..HasReflection Property |
Transform Class See Also |
The boolean value that indicates whether this transformation produces reflection.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Syntax
C# |
---|
public bool HasReflection { get; } |
Visual Basic |
---|
Public ReadOnly Property HasReflection As Boolean Get |
Visual C++ |
---|
public: property bool HasReflection { bool get (); } |
Remarks
Reflection transformation changes the handedness of a coordinate system.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..InvalidOperationException | Thrown when this transformation is not conformal and the reflection is undefined. |