HostStructuralRebar Property


Host Structural Rebar within Area and Path Reinforcement with touching AtomHostStructuralRebar.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 16.0.0.0 (16.0.0.0)
Since: 2013

Syntax

C#
public bool HostStructuralRebar { get; set; }
Visual Basic
Public Property HostStructuralRebar As Boolean
	Get
	Set
Visual C++
public:
property bool HostStructuralRebar {
	bool get ();
	void set (bool value);
}

Exceptions

Exception Condition
Autodesk.Revit.Exceptions DisabledDisciplineException When setting this property: None of the following disciplines is enabled: Structural.
Autodesk.Revit.Exceptions InvalidOperationException When setting this property: Cannot change the RebarShapeDefinesHooks property in these settings because the document contains one or more AreaReinforcement or PathReinforcement elements.

See Also