ArcGIS Pro 2.6 API Reference Guide
RasterCursor Class Members
Properties  Methods 


ArcGIS.Core.Data.Raster Namespace : RasterCursor Class

The following tables list the members exposed by RasterCursor.

Public Properties
 NameDescription
Public PropertyGets the current PixelBlock of this RasterCursor. This method must be called on the MCT. Use QueuedTask.Run.  
Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
Top
Public Methods
 NameDescription
Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
Public MethodGets the x and y offsets (in pixels) of the top left corner of the current PixelBlock. This method must be called on the MCT. Use QueuedTask.Run.  
Public MethodAdvances to the next PixelBlock. This method must be called on the MCT. Use QueuedTask.Run.  
Public MethodResets this RasterCursor to its original state, i.e. to the beginning of the raster it was created from. This method must be called on the MCT. Use QueuedTask.Run.  
Top
See Also

Reference

RasterCursor Class
ArcGIS.Core.Data.Raster Namespace