Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.46 KB

InventorCode.AddinPack.InventorUiIcon.md

File metadata and controls

26 lines (19 loc) · 1.46 KB

InventorUiIcon Class

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.

public class InventorUiIcon

Inheritance System.Object 🡒 InventorUiIcon

Constructors
InventorUiIcon(InventorTheme, object, object, object, object) Creates a new InventorUiIcon object with user-provided images. Supports bitmaps and icons.
Properties
Large Returns the large image to match the current theme.
Small Returns the small image to match the current theme.
Methods
RefreshIcons() Refreshes the icon images to match the current theme.