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


IRaster.CreateCursor Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  IRasterCursor** Cursor
);
[C++]

Parameters Cursor [out, retval]
Cursor is a parameter of type IRasterCursor

Product Availability

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

See Also

IRaster Interface