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


ICellSizeLevels.Find Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ICellSizeLevels.Find Method

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

Product Availability

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

See Also

ICellSizeLevels Interface