Revit 2025.3 API
Rebar |
Sets the reinforcement element that will be represented by the input bending detail.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static void SetHost( Element bendingDetail, Reference reference )
Public Shared Sub SetHost ( bendingDetail As Element, reference As Reference )
public: static void SetHost( Element^ bendingDetail, Reference^ reference )
static member SetHost : bendingDetail : Element * reference : Reference -> unit
Parameters
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also