Revit 2025 API
Rebar |
Gets the id of the host structural for this rebar.
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
ElementIdReturns the id of the host structural for this rebar.
See Also