| Revit 2017 API |
| ApplicationEntryPoint..::..CreateRibbonTab Method |
| ApplicationEntryPoint Class See Also |
Namespace: Autodesk.Revit.UI.Macros
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 17.0.0.0 (17.0.484.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