| Revit 2022.1 API |
| ApplicationEntryPoint..::..CreateRibbonPanel Method (String, String) |
| 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 RibbonPanel CreateRibbonPanel( string tabName, string panelName ) |
| Visual Basic |
|---|
Public Overrides Function CreateRibbonPanel ( _ tabName As String, _ panelName As String _ ) As RibbonPanel |
| Visual C++ |
|---|
public: virtual RibbonPanel^ CreateRibbonPanel( String^ tabName, String^ panelName ) override |
Parameters
- tabName
- Type: System..::..String
- panelName
- Type: System..::..String