UIApplicationCreateRibbonTab Method |
Creates a new tab on the Revit user interface.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic virtual void CreateRibbonTab(
string tabName
)
Public Overridable Sub CreateRibbonTab (
tabName As String
)
public:
virtual void CreateRibbonTab(
String^ tabName
)
abstract CreateRibbonTab :
tabName : string -> unit
override CreateRibbonTab :
tabName : string -> unit
Parameters
- tabName String
- The name of the tab to be created.
Exceptions
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.
See Also