Sets the enumerator to its initial position, which is before the first shape in the shapefile

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic (Declaration)
Public Sub Reset
C#
public void Reset()
Visual C++
public:
virtual void Reset() sealed

Implements

IEnumerator..::.Reset()()()

See Also