Share

UIApplication.GetRibbonPanels Method

Get all the custom Panels on Add-Ins tab of Revit.


Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public virtual List<RibbonPanel> GetRibbonPanels()

Return Value

List<RibbonPanel>

Remarks

The built-in panels won't be included and the panels added to tabs other than Add-Ins will not be included. This method is not supported in Macros.

See Also

Reference

Was this information helpful?