This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRaster Interface > IRaster.CreateCursor Method (ArcObjects .NET 10.5 SDK) |
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