ArcGIS Pro 2.6 API Reference Guide
MoveNext Method (RasterCursor)

ArcGIS.Core.Data.Raster Namespace > RasterCursor Class : MoveNext Method
Advances to the next PixelBlock. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public bool MoveNext()
Public Function MoveNext() As Boolean

Return Value

A boolean value that is true if the cursor has successfully advanced to the next pixel block; false if the cursor has passed the end of the raster.
Remarks
The RasterCursor can only advance sequentially forward. To move the cursor back to the beginning, you will have to call Reset.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

RasterCursor Class
RasterCursor Members