/* * 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) |
Remain on last state.
Go back to default state.
Display nothing, like an off switch.Prev: SE_SPATIAL_INDEX_SPACING_UNITS_ENUM. Next: SE_STRING. Up:Index