RebarContainerItemIncludeFirstBar Property |
Identifies if the first bar in rebar set is shown.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool IncludeFirstBar { get; set; }
Public Property IncludeFirstBar As Boolean
Get
Set
public:
property bool IncludeFirstBar {
bool get ();
void set (bool value);
}
member IncludeFirstBar : bool with get, set
Property Value
Boolean
Exceptions
See Also