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


IRaster.CreateCursor Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRaster Interface > IRaster.CreateCursor Method
ArcGIS Developer Help

IRaster.CreateCursor Method

Allocates a Raster Cursor for fast raster scanning.

[Visual Basic .NET]
Public Function CreateCursor ( _
) As IRasterCursor
[C#]
public IRasterCursor CreateCursor (
);
[C++]
HRESULT CreateCursor(
void
);

Product Availability

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

See Also

IRaster Interface