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


ICellSizeLevels.Find Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICellSizeLevels Interface > ICellSizeLevels.Find Method
ArcGIS Developer Help

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
);
[C++]
Parameters
searchCellSize [in]

searchCellSize is a parameter of type double

Product Availability

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

See Also

ICellSizeLevels Interface