You are here: Scripting Reference > Data Types > Enumerations

Enumerations

Enumerations are used to provide mnemonic identifiers for a set of integer values.

An enumerated type has a specific range of values that it can be set to. It is a text like list of identifiers. When you come across an enumerated type in a class or function you can refer to the following pages to find the support range of values for that type.