RVTDocs.com
Namespace: Autodesk.Revit.UI Class: UIApplication

UIApplication.GetRibbonPanels(String)

Method
Description:
Get all the custom Panels on a designated Revit tab.
Remarks:
Built-in panels will not be included. tabName must be the name of one of the tabs added by CreateRibbonTab(String). This method is not supported in Macros.
Syntax
public virtual List<RibbonPanel> GetRibbonPanels(
	string tabName
)
Parameters
Parameter Type Description
tabName String The name of the tab on which the panels are located.
Return Value