The ShapeFileEnumerator type exposes the following members.

Properties

  NameDescription
Public propertyCurrent
Gets the raw PointD data of the current shape
Public propertyCurrentShapeIndex
Gets the index (zero based) of the current shape.
Public propertyExtent
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
Public propertyTotalRecords
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
Explicit interface implemetationPrivate propertyIEnumerator..::..Current

See Also