This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICellSizeLevels Interface > ICellSizeLevels.Find Method (ArcObjects .NET 10.5 SDK) |
Finds the cell size level closest to the specified cell size value and returns its index within the collection.
[Visual Basic .NET] Public Function Find ( _ ByVal searchCellSize As Double _ ) As Integer
[C#] public int Find ( double searchCellSize );
[C++]
HRESULT Find(
double searchCellSize,
long* pCellSizeLevelItemIndex
);
[C++]
Parameters searchCellSize [in] searchCellSize is a parameter of type double pCellSizeLevelItemIndex [out, retval] pCellSizeLevelItemIndex is a parameter of type long