- Inside Macintosh: OpenDoc Class Reference /
- Part 1 - Classes and Methods / ODFrameFacetIterator
First
The First method begins the iteration and returns a reference to the first facet in the iteration sequence.
ODFacet First ();
- return value
- A reference to the first facet in the iteration sequence, or
kODNULL if the frame has no facets.
DISCUSSION
Your part must call this method before calling this frame-facet iterator's IsNotComplete method for the first time. This method may be called multiple times; each time resets the iteration.
EXCEPTIONS
kODErrIteratorOutOfSync
- The list of facets for the frame was modified while the iteration was in progress.
© Apple Computer, Inc.
17 JUL 1996