Geotools.Net

ShapefileDataReader.NextResult Method 

Advances the data reader to the next result, when reading the shapefile.

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

Return Value

false.

Implements

IDataReader.NextResult

Remarks

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

See Also

ShapefileDataReader Class | ShapefileDataReader Members | Geotools.Data Namespace