Revit 2026 API
Rebar |
Removes Item from the Rebar Container.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public void RemoveItem( RebarContainerItem pItem )
Public Sub RemoveItem ( pItem As RebarContainerItem )
public: void RemoveItem( RebarContainerItem^ pItem )
member RemoveItem : pItem : RebarContainerItem -> unit
Parameters
- pItem RebarContainerItem
- Item to be removed from this Rebar Container

Exception | Condition |
---|---|
ArgumentException | The item is not a member of this Rebar Container element. |
ArgumentNullException | A non-optional argument was null |
See Also