ArcObjects Library Reference (DataSourcesRaster)  

IUniqueDoubleValues.Lookup Method

Looks up unique index of a given value.

[Visual Basic .NET]
Public Function Lookup ( _
    ByVal Value As Double _
) As Integer
[C#]
public int Lookup (
    double Value
);
[C++]
HRESULT Lookup(
  double Value,
  long* index
);
[C++]

Parameters

Value [in]   Value is a parameter of type double index [out, retval]   index is a parameter of type long

Product Availability

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

See Also

IUniqueDoubleValues Interface