/*
 * ENUM: SE_STATE_MISMATCH_POLICY_ENUM
 *
 *   Specifies the behavior state control when there is a state value that
 *   is not supported in the <State Data> of a <State Related Features> or
 *   <State Related Geometry>.
 *
 *   Used by <Geometry State Control Link> and <Feature State Control Link>.
 */
typedef enum
{
SE_NO_CHANGE, (notes)
SE_USE_DEFAULT, (notes)
SE_NOTHING (notes)
} SE_STATE_MISMATCH_POLICY_ENUM;


Enumerator Notes

SE_NO_CHANGE

 Remain on last state.

SE_USE_DEFAULT

 Go back to default state.

SE_NOTHING

 Display nothing, like an off switch.
Prev: SE_SPATIAL_INDEX_SPACING_UNITS_ENUM. Next: SE_STRING. Up:Index