Extracting SEDRIS Data
Hybrid:
- Step 1: Open the transmittal
- Step 2: Set up search filters & boundaries.
- Step 3: Initialize an iterator
- Step 4: Get the next object in the iterator
- Step 5: Initialize an iterator to return all component objects for the selected object.
- Step 6: Get the next component of the selected object.
- Step 7: Process object e.g. display it.
- Step 8: Repeat steps 5 - 7 recursively for the components returned by the iterator in step 5 and then free the iterator.
- Step 9: Repeat steps 4 - 8 until no more selected objects are returned and then free iterator.
- Step 10: Close the transmittal.