- Inside Macintosh: OpenDoc Class Reference /
- Part 1 - Classes and Methods / ODFrameFacetIterator
Next
The Next method returns a reference to the next facet in the iteration sequence.
ODFacet Next ();
- return value
- A reference to the next facet in the iteration sequence, or
kODNULL if you have reached the last facet.
DISCUSSION
If your part calls this method before calling this frame-facet iterator's First method to begin the iteration, then this method works the same as calling the First method.
EXCEPTIONS
kODErrIteratorOutOfSync
The list of facets for the frame was modified while the iteration was in progress.
© Apple Computer, Inc.
17 JUL 1996