PathReinforcement.GetHostId Method

PathReinforcementGetHostId Method

The element that contains the Path Reinforcement.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ElementId GetHostId()
Public Function GetHostId As ElementId
public:
ElementId^ GetHostId()
member GetHostId : unit -> ElementId 

Return Value

ElementId
The element that the Path Reinforcement object belongs to, such as a structural wall, floor or foundation.
See Also