AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

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.