IsNotComplete
TheIsNotCompletemethod returns a Boolean value that indicates whether the iteration is incomplete.
ODBoolean IsNotComplete ();
- return value
kODTrueif the iteration is incomplete, otherwisekODFalse.DISCUSSION
Your part calls this method to test whether more foci remain in the focus set. This method returnskODTrueif the preceding call to theFirstorNextmethod found a focus. This method returnskODFalsewhen you have examined all the foci. If the focus set is empty, this method always returnskODFalse.EXCEPTIONS
kODErrIteratorNotInitialized- This method was called before calling either the
FirstorNextmethod to begin the iteration.kODErrIteratorOutOfSync- The focus set was modified while the iteration was in progress.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help