Revit 2020.1 API |
Panel..::..FindHostPanel Method |
Panel Class See Also |
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: 20.0.0.0 (20.1.1.1)
Since: 2015
Syntax
C# |
---|
public ElementId FindHostPanel() |
Visual Basic |
---|
Public Function FindHostPanel As ElementId |
Visual C++ |
---|
public: ElementId^ FindHostPanel() |