IsEOI


Decides if there are any not iterated elements in the VectorImage through this iterator.


bool IsEOI (
    void
) const;

Return value

True if there are no more elements to iterate.

Description

When this function returns true, you should not issue another operator++ on this iterator.

Requirements

Version: API 10.0 or later, ModelerGraphics 8 or later
Library: ModelerGraphicsImp.lib (Win) or ModelerGraphics.framework (Mac)
Header: VectorImageIterator.hpp