MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual bool MgReader::ReadNext ( ) [pure virtual]

Advances the reader to the next item and determines whether there is another object to read.

Remarks:
The initial position of the reader is prior to the first item. Therefore, you must call ReadNext before you can access any data.
.NET Syntax
virtual bool ReadNext();
Java Syntax
virtual boolean ReadNext();
PHP Syntax
virtual bool ReadNext();
Returns:
Returns true if there is a next item; otherwise returns false.