ArcGIS Pro 2.6 API Reference Guide
RasterCursor Class
Members 

ArcGIS.Core.Data.Raster Namespace : RasterCursor Class
Represents a cursor that provides optimized raster access.
Object Model
RasterCursor ClassPixelBlock Class
Syntax
public sealed class RasterCursor : ArcGIS.Core.CoreObjectsBase, System.IDisposable  
Public NotInheritable Class RasterCursor 
   Inherits ArcGIS.Core.CoreObjectsBase
   Implements System.IDisposable 
Remarks
The RasterCursor controls enumeration through the PixelBlocks in a Raster. It is useful for rasters that are too large to be brought into memory at once.
Inheritance Hierarchy

System.Object
   ArcGIS.Core.CoreObjectsBase
      ArcGIS.Core.Data.Raster.RasterCursor

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

RasterCursor Members
ArcGIS.Core.Data.Raster Namespace