Advances the enumerator to the next shape in the shape file. The next shape may not be the next shape in the shape file if the enumerator has a smaller Extent than the shape file's Extent.

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

Syntax

Visual Basic (Declaration)
Public Function MoveNext As Boolean
C#
public bool MoveNext()
Visual C++
public:
virtual bool MoveNext() sealed

Return Value

Implements

IEnumerator..::.MoveNext()()()

See Also