PanelScheduleViewGetPanel Method |
Gets the panel for this view
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic ElementId GetPanel()
Public Function GetPanel As ElementId
public:
ElementId^ GetPanel()
member GetPanel : unit -> ElementId
Return Value
ElementId
The id of the panel for this view
See Also