Gets a RebarHostData object referring to the specified
rebar host element.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static RebarHostData GetRebarHostData(
Element host
)
Parameters
- host Element
-
An element to host rebar.
Return Value
RebarHostData
A RebarHostData object, or
null.
Exceptions
Remarks
Returns
null for elements that cannot ever be rebar hosts,
such as levels.
See Also
Reference