| Revit 2022.1 API |
| RebarUpdateCurvesData..::..HostMirrored Property |
| RebarUpdateCurvesData Class See Also |
If true, then host of the rebar was mirrorred (along with the rebar) before this regeneration.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2018.1
Syntax
| C# |
|---|
public bool HostMirrored { get; set; } |
| Visual Basic |
|---|
Public Property HostMirrored As Boolean Get Set |
| Visual C++ |
|---|
public: property bool HostMirrored { bool get (); void set (bool value); } |