Revit 2016 API |
RebarContainer..::..AppendItemFromRebar Method |
RebarContainer Class See Also |
Appends an Item to the RebarContainer. Fills its data on base of the Rebar.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 16.0.0.0 (16.0.0.0)
Since:
2016
Syntax
C# |
---|
public RebarContainerItem AppendItemFromRebar( Rebar rebar ) |
Visual Basic |
---|
Public Function AppendItemFromRebar ( _ rebar As Rebar _ ) As RebarContainerItem |
Visual C++ |
---|
public: RebarContainerItem^ AppendItemFromRebar( Rebar^ rebar ) |
Parameters
- rebar
- Type: Autodesk.Revit.DB.Structure..::..Rebar
The Rebar.
Return Value
The Rebar Container Item.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |
Autodesk.Revit.Exceptions..::..DisabledDisciplineException | None of the following disciplines is enabled: Structural. |