|
SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API Types SE_Unmatched_State_Behaviour |
|---|
/* * REGISTERABLE ENUM: SE_Unmatched_State_Behaviour * * Specifies what behavior should occur if the <State Related Geometry> or * <State Related Features> state_value does not match any of the * "state tag" values supplied in the corresponding SE_State_Select_Parameters' * state_entry_array. */typedef SE_Short_Integer SE_Unmatched_State_Behaviour;
| Enumerant | Definition | Value |
|---|---|---|
| SE_UNMSTATBEH_NONE | No branches are followed. |
1 |
| SE_UNMSTATBEH_DEFAULT | Only the branch containing the active_state_value is followed. |
2 |
| SE_UNMSTATBEH_ALL | All branches are followed. |
3 |
|