Revit 2025.3 API
Panel |
Gets the panel for this view
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ElementId GetPanel()
Public Function GetPanel As ElementId
public: ElementId^ GetPanel()
member GetPanel : unit -> ElementId
Return Value
ElementIdThe id of the panel for this view
See Also