If true, then host of the rebar was mirrorred (along with the rebar) before this regeneration.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.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); } |