Geotools.Net

ShapefileDataReader.Read Method 

Advances the IDataReader to the next record.

[Visual Basic]
NotOverridable Public Function Read() As Boolean Implements _
   IDataReader.Read
[C#]
public bool Read();

Return Value

true if there are more rows; otherwise, false.

Implements

IDataReader.Read

Remarks

Missing <remarks> documentation for M:Geotools.Data.ShapefileDataReader.Read

See Also

ShapefileDataReader Class | ShapefileDataReader Members | Geotools.Data Namespace