Revit 2026 API
Structural |
States if the structural section of the element is mirrored.
Namespace: Autodesk.Revit.DB.Structure.StructuralSections
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsMirrored { get; }
Public ReadOnly Property IsMirrored As Boolean Get
public: property bool IsMirrored { bool get (); }
member IsMirrored : bool with get
Property Value
BooleanSee Also