The ShapeFileEnumerator type exposes the following members.

Properties

  NameDescription
Current
Gets the raw PointF data of the current shape
CurrentShapeIndex
Gets the index (zero based) of the current shape.
Extent
Gets the Extent of the enumerator. In most cases this will be the extent of the shapefile, but this may be smaller than the shape file's exent if the enumerator has been created from a sub region of the shapefile's extent
TotalRecords
Convenience method which returns he total records contained in the shapefile. TotalRecords is the same as the shape File's RecordCount property

Explicit Interface Implementations

  NameDescription
IEnumerator..::.Current

See Also