Revit 2022.1 API |
ApplicationEntryPoint..::..CreateRibbonTab Method |
ApplicationEntryPoint Class See Also |
Namespace: Autodesk.Revit.UI.Macros
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 22.0.0.0 (22.1.1.0)
Syntax
C# |
---|
public override void CreateRibbonTab( string tabName ) |
Visual Basic |
---|
Public Overrides Sub CreateRibbonTab ( _ tabName As String _ ) |
Visual C++ |
---|
public: virtual void CreateRibbonTab( String^ tabName ) override |
Parameters
- tabName
- Type: System..::..String