Share

Panel.FindHostPanel Method

Finds the id of the host panel (i.e., wall) associated with this panel. If a host panel is present, then it is displayed instead of the curtain panel.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public ElementId FindHostPanel()

Return Value

ElementId
Element id of the host panel associated with this panel. Otherwise, InvalidElementId is returned

See Also

Reference

Was this information helpful?