This document is archived and information here might be outdated. Recommended version. |
Finds a given raster and returns its index position.
[Visual Basic .NET] Public Function Find ( _ ByVal pRaster As IRaster _ ) As Integer
[C#] public int Find ( IRaster pRaster );
[C++]
HRESULT Find(
IRaster* pRaster
);
[C++] Parameters pRaster [in]
pRaster is a parameter of type IRaster*