| Revit 2022 API |
| StructuralElementDefinitionData..::..IsMirrored Property |
| StructuralElementDefinitionData Class See Also |
States if the structural section of the element is mirrored.
Namespace: Autodesk.Revit.DB.Structure.StructuralSections
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2018
Syntax
| C# |
|---|
public bool IsMirrored { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsMirrored As Boolean Get |
| Visual C++ |
|---|
public: property bool IsMirrored { bool get (); } |