2024 Method
Changes 0
M

UIApplication.CreateRibbonTab

Description:
Creates a new tab on the Revit user interface.
Remarks:
This method will create a custom tab at the end of the list of static tabs. If multiple tabs are added, they will be shown in the order added. This method is not supported in Macros.
public virtual void CreateRibbonTab(
	string tabName
)
  • String
    tabName
    The name of the tab to be created.