Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 737 Bytes

File metadata and controls

12 lines (8 loc) · 737 Bytes

CommandButtonTemplate.BuildUserInterface() Method

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()