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

UIApplication.GetRibbonPanels(Tab)

Method
Description:
Get all the custom Panels on a designated standard Revit tab.
Remarks:
Built-in panels will not be included. This method is not supported in Macros.
Syntax
public virtual List<RibbonPanel> GetRibbonPanels(
	Tab tab
)
Parameters
Parameter Type Description
tab Tab The tab on which the panels are located.
Return Value