Component Iterator (CI)
SE_Status_Code SE_InitializeComponentIterator(
SE_Search_Boundary boundary,
SE_Boolean directly_attach_table_components,
SE_Boolean process_inheritance,
SE_Boolean transform_locations,
SE_Boolean follow_model_instances,
SE_Boolean evaluate_static_control_links,
const SE_Hierarchy_Select_Parameters *select_parameters_ptr,
const SE_Hierarchy_Order_Parameters *traversal_order_parameters_ptr,
SE_Traversal_Order general_traversal_pattern,
SE_ITR_Behaviour itr_traversal,
SE_Iterator *iterator_out_ptr);
- The traversal options are supported by the component iterator
- All of the parameters within this function relate to how you chose to traverse within your application
- Let us go through each of these