RebarUpdateCurvesDataHostMirrored Property |
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: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool HostMirrored { get; set; }
Public Property HostMirrored As Boolean
Get
Set
public:
property bool HostMirrored {
bool get ();
void set (bool value);
}
member HostMirrored : bool with get, set
Property Value
Boolean
See Also