This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPixelBlockCursor Interface > IPixelBlockCursor.ScanMode Property (ArcObjects .NET 10.4 SDK) |
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
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).