The method to execute when Inventor builds the user interface. Place code that creates ribbon buttons, etc here. This is typically done by calling the CommandButtonTemplate.CreateRibbonButton() method. This must be overridden in the extending class.
public abstract void BuildUserInterface();Implements BuildUserInterface()