/*
 * ENUM: SE_STATE_DEFAULT_BEHAVIOR_ENUM
 *
 *   Specifies what behavior should occur if the <State Related Geometry> or
 *   <State Related Features> state_value does not match any of the
 *   'state tag's supplied in the corresponding SE_STATE_SELECT_PARAMETERS'
 *   state_entry_array.
 */
typedef enum
{
SE_NO_TAG_CHOOSE_ALL, (notes)
SE_NO_TAG_CHOOSE_DEFAULT, (notes)
SE_NO_TAG_CHOOSE_NONE (notes)
} SE_STATE_DEFAULT_BEHAVIOR_ENUM;


Enumerator Notes

SE_NO_TAG_CHOOSE_ALL

 All branches are followed.

SE_NO_TAG_CHOOSE_DEFAULT

 Only the branch containing the active_state_value is followed.

SE_NO_TAG_CHOOSE_NONE

 No branches are followed.
Prev: SE_SPATIAL_INDEX_PARAMETERS. Next: SE_STATE_ENTRY. Up:Index