Revit 2026 API
Area |
The element that contains the Area Reinforcement.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ElementId GetHostId()
Public Function GetHostId As ElementId
public: ElementId^ GetHostId()
member GetHostId : unit -> ElementId
Return Value
ElementIdThe element that the Area Reinforcement object belongs to, such as a structural wall, floor or foundation.
See Also