| Classes | |
|---|---|
| CommandButtonTemplate | Abstract class for creating CommandButtons. Implement the abstract methods and properties in a new class to utilize. |
| InventorTheme | Provides simple wrapper to detect if Inventor's theme is light or dark. |
| InventorUiIcon | InventorUiIcon provides a wrapper for Inventor icons that allows the dev to wrap various image variations (size, light/dark theme) in a single object. This takes in various image formats. |
| UiTemplates | A collection IUiTemplate objects to manage their lifecycles. |
| Interfaces | |
|---|---|
| IUiTemplate | Provides a simple interface for user interface objects. |