Create an enumeration
    Create an enumeration object and define enumeration members in the editor.
- Right-click a node to contain the enumeration and select .
- SelectEnumerationand chooseSelect.Enumerationappears under the node.#
- InProject view, double-clickEnumeration.#Enumeration editor displays in the editor.
- In the editor, manage the enumeration members:- To add a member, selectand complete: - Value. Enumeration member value. Value is generally a consecutive integer.
- Display name. Name of the enumeration member.
- Description. Additional information about the enumeration member.
 
- To edit aValue,Display name, orDescription, double-click the corresponding cell and enter a new value.
- To remove a member, select a cell in the corresponding row and select.Delete
 
- (optional) InProperties, select, select Display name, and enter the display name. Display name, and enter the display name.
- (optional) InProperties, select, select Description, and enter the description. Description, and enter the description.
enumeration
    
Provide Feedback