/*
* STRUCT: SE_STATE_SELECT_PARAMETERS
*
* Used to build up the SE_HIERARCHY_SELECT_PARAMETERS data structure.
*
* This struct selects which branches to traverse from a
* <State Related Features> or <State Related Geometry> object when
* encountered by a Component Iterator. All branches that have a link
* object whose fields don't disagree with the entries contained in
* this struct will be traversed.
*
* See the definitions of the <State Related Features>,
* <State Related Geometry>, <Base State Data>, <Feature State Data>,
* and <Geometry State Data> for more details.
*/
} SE_STATE_SELECT_PARAMETERS;
Field Notes
Specifies how the ranges should be 'matched' against the
field values of the branches (exact match, any overlap, etc.).
Specifies the number of entries in the following array.
An array of state ranges to search against.
Prev: SE_STATE_PARAMETERS.
Next: SE_STATUS_CODE_ENUM.
Up:Index