public class GfxElementIterator : AFPObject, IDisposable;
Enables in-order iteration over all the elements in the collection. There are high-level foreach() iterators available in the PenData API, and those are simpler to use. Typically, it is easier to iterate over a GraphicsCollection using foreach than using the iterator directly.
GfxElementIterator.cs