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


IPixelBlockCursor.InitByRaster Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IPixelBlockCursor.InitByRaster Method

Initializes the cursor by the raster interface.

[Visual Basic .NET]
Public Sub InitByRaster ( _
    ByVal pRaster As IRaster _
)
[C#]
public void InitByRaster (
    IRaster pRaster
);
[C++]
HRESULT InitByRaster(
  IRaster* pRaster
);
[C++]

Parameters pRaster [in]
pRaster is a parameter of type IRaster

Product Availability

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

See Also

IPixelBlockCursor Interface