Miscellaneous Extraction Features [3 of 3]
- Associate and aggregate Iterators.
- Similar to component Iterators, but with only search filters and ITR as options. Limited to a ‘depth’ of 1.
- Created with functions SE_InitializeAggregateIterator() and SE_InitializeAssociateIterator().
- Extracting a hierarchy of objects.
- Allow for an entire sub tree of objects to be returned at one time.
- SE_GetPackedHierarchyObject
- Object IDs
- Each object in the Transmittal is given a unique Object ID.
- Objects can be extracted using their Object IDs. This allows for direct access into a Transmittal without traversing.
- Object Ids can be converted to and from strings.