ArcGIS Pro 2.6 API Reference Guide
Current Property (RasterCursor)

ArcGIS.Core.Data.Raster Namespace > RasterCursor Class : Current Property
Gets the current PixelBlock of this RasterCursor. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public PixelBlock Current {get;}
Public ReadOnly Property Current As PixelBlock
Remarks
The current pixel block is null when MoveNext returns false).
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

RasterCursor Class
RasterCursor Members