Creating an Enumeration Instance
- Updated2025-07-23
- 1 minute(s) read
In the Variables View for a sequence, under Locals, right click to launch the context menu. Choose Insert Local»Type»Color to create an instance of the Color enumeration. The instance has the same default value and numeric format as the type definition. You can edit the value of this instance just like the type definition by selecting one of the enumerators from the value drop-down or by launching the Edit Enumeration Value dialog box.
Note There is no option to Insert Local»Enumeration in the Variables View because all enumerations must be instances of a custom enumeration type. Without a type definition, an enumeration would have no enumerators, making it no different than a number.