/*
* STRUCT: SE_GENERAL_HIERARCHY_ORDER
*
* Used within an SE_HIERARCHY_ORDER_PARAMETERS struct to indicate at a
* 'high level' whether any components of the given <Aggregate Geometry>
* and <Aggregate Feature> objects should be traversed in an ordered
* fashion. If a 'class' of object is marked SE_FALSE, then the rest of
* the SE_HIERARCHY_ORDER_PARAMETERS values for that class of object are
* ignored. Only if a 'class' of object has an SE_TRUE value in this
* struct are the SE_HIERARCHY_ORDER_PARAMETERS values examined. The
* components of that object are traversed in the order specified by
* the SE_HIERARCHY_ORDER_PARAMETERS of that 'class'.
*/
} SE_GENERAL_HIERARCHY_ORDER;
Prev: SE_FIELD_RANGE_MATCHING_ENUM.
Next: SE_GENERAL_HIERARCHY_SELECT.
Up:Index