ArcObjects Library Reference (DataSourcesRaster)  

IPixelBlockCursor.ScanMode Property

The cursor scan mode: Line = 0, LineSerpent = 1, Serpent2 = 3, alaGIF = 4.

[Visual Basic .NET]
Public WriteOnly Property ScanMode
[C#]
public void ScanMode {set;}
[C++]
HRESULT put_ScanMode(
  long 
);
[C++]

Parameters

[in]    is a parameter of type long

Product Availability

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

Remarks

The supported 4 scan modes are Line, LineSerpent, Serpent, and alaGIF, with value 0,1,3, and 4 respectively. The default is line mode.

If you wish to change the scan mode, this property must be set immedietly after initializing the pixel block (calling InitByRawPixels or InitByRaster).

See Also

IPixelBlockCursor Interface