Removes Item from the Rebar Container.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public void RemoveItem( RebarContainerItem pItem )
Parameters
- pItem RebarContainerItem
- Item to be removed from this Rebar Container
Exceptions
Exception | Condition |
---|---|
ArgumentException | The item is not a member of this Rebar Container element. |
ArgumentNullException | A non-optional argument was null |