Miscellaneous Extraction Features and functions
- Object ID Strings
- SE_GetObjectFromIDString(), SE_GetObjectIDString().
- Every object in a transmittal has an ID String unique to the transmittal so that they may be extracted directly without having to traverse from the root object.
- Associate and aggregate Iterators
- SE_InitializeAssociateIterator(), SE_InitializeAggregateIterator()
- Similar to component Iterators, but with only search filters and ITR as options and limited to a ‘depth’ of 1.
- Extracting a hierarchy of objects
- SE_GetPackedHierarchy()
- Extracts an entire hierarchy of the transmittal at one time.
- Extracting <Image> data
- SE_GetRearrangedImageData(), SE_GetImageData()