Adds the reinforcement elements that will be represented by the input bending detail.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static void AddHosts(
Element bendingDetail,
IList<Reference> references
)
Parameters
- bendingDetail Element
-
The bending detail for which we want to set the host.
- references IList<Reference>
-
Reference pointing to the reinforcement element that will be represented by the input bending detail.
Exceptions
See Also
Reference