The Iterator is a mechanism used to go through database. Iterators must first be initialized with the "Iterator_Init" function, and once you no longer need it, closed with the "Iterator_End" function. Iterators can be used to go through the different windows, or through the class database.Each iterator is assigned a specific ID, if you have nested iterators, they each need different ID. Since some of sliceOmatic's basic functions are done inside iterators, a set of ID's have been set aside for TomoVision's usage.
The IDs that you can use are:
ITERATOR_USER_1
ITERATOR_USER_2
For example, if you want to perform an operation on all the selected frames of the current window you would use: