Interface IRibbonManager
Ribbon Manager will help you create Tabs, Panels and Buttons in Revit
Assembly: Onbox.Revit.dll
Syntax
public interface IRibbonManager
Methods
|
Improve this Doc
View Source
CreatePanel(String)
Creates a Ribbon Panel on Revit's Addins Tab
Declaration
IRibbonPanelManager CreatePanel(string panelName)
Parameters
Type |
Name |
Description |
System.String |
panelName |
|
Returns
|
Improve this Doc
View Source
CreatePanel(String, String)
Declaration
IRibbonPanelManager CreatePanel(string tabName, string panelName)
Parameters
Type |
Name |
Description |
System.String |
tabName |
|
System.String |
panelName |
|
Returns
|
Improve this Doc
View Source
CreateTab(String)
Declaration
IRibbonTabManager CreateTab(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
|
Improve this Doc
View Source
GetApp()
Get Revit UI Controlled App
Declaration
UIControlledApplication GetApp()
Returns
Type |
Description |
Autodesk.Revit.UI.UIControlledApplication |
|
|
Improve this Doc
View Source
GetLineBreak()
Gets Ribbon line break string
Declaration
Returns
Type |
Description |
System.String |
|