UIApplication.GetRibbonPanels
Description:
Get all the custom Panels on a designated standard Revit tab.
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.
Built-in panels will not be included. This method is not supported in Macros.
Overloads (3):
public virtual List<RibbonPanel> GetRibbonPanels(
Tab tab
)
-
tabThe tab on which the panels are located.