Advanced Component Iterator Features: Sequencing and Branching Control
- The traversal pattern is the algorithm used to traverse the tree and affects the order in which objects are returned from SE_GetNextObject().
- SE_TRAV_ORDR_DEPTH_FIRST (default)
- SE_TRAV_ORDR_BREADTH_FIRST
- Hierarchy order parameters can be set to affect the order in which components of hierarchy objects are returned.
- Hierarchy selection parameters can be set to choose the set of components that are returned.