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


IUniqueValues.Lookup Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IU > IUniqueValues Interface > IUniqueValues.Lookup Method
ArcGIS Developer Help

IUniqueValues.Lookup Method

Looks up unique index of a given value.

[Visual Basic .NET]
Public Function Lookup ( _
    ByVal Value As Integer _
) As Integer
[C#]
public int Lookup (
    int Value
);
[C++]
HRESULT Lookup(
  long Value
);
[C++]
Parameters
Value [in]

Value is a parameter of type long

Product Availability

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

See Also

IUniqueValues Interface