This document is archived and information here might be outdated.  Recommended version.


IRasterCursor.Next Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRasterCursor.Next Method

Iterates to the next PixelBlock.

[Visual Basic .NET]
Public Function Next ( _
) As Boolean
[C#]
public bool Next (
);
[C++]
HRESULT Next(
  VARIANT_BOOL* not_finished
);
[C++]

Parameters not_finished [out, retval] not_finished is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterCursor Interface

.NET Related Topics

How to access pixel data using a raster cursor