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
Public Sub Reset
C#
public void Reset()
Visual C++
public:
virtual void Reset() sealed
JavaScript
function reset();

Implements

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

See Also