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.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Function MoveNext As Boolean |
C# |
---|
public bool MoveNext() |
Visual C++ |
---|
public: virtual bool MoveNext() sealed |
JavaScript |
---|
function moveNext(); |