Revit 2025 API
Rebar |
Remove the reinforcement elements from those represented by the input bending detail.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static void RemoveHosts( Element bendingDetail, IList<Reference> references )
Public Shared Sub RemoveHosts ( bendingDetail As Element, references As IList(Of Reference) )
public: static void RemoveHosts( Element^ bendingDetail, IList<Reference^>^ references )
static member RemoveHosts : bendingDetail : Element * references : IList<Reference> -> unit
Parameters

Exception | Condition |
---|---|
ArgumentException | -or- This option is only available for schematic bending detail elements. |
ArgumentNullException | A non-optional argument was null |
See Also