Revit 2025.3 API
Rebar |
Removes Item from the Rebar Container.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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