This method inserts the command button into the Inventor ribbon UI. This is typically called from the CommandBUttonTemplate.BuildUserInterface() method.
public void CreateRibbonButton(string ribbon, string tabName, string tabId, string panelName, string panelId);ribbon System.String
The Inventor ribbon name
tabName System.String
The name of the tab to add the button to
tabId System.String
The internal name of the tab to add the button to
panelName System.String
The name of the panel to add the button to
panelId System.String
The internal name of the panel to add the button to