Next
TheNext
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'sFirst
method to begin the iteration, then this method works the same as calling theFirst
method.EXCEPTIONS
kODErrIteratorOutOfSync
The list of facets for the frame was modified while the iteration was in progress.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help