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


IUniqueStringValues.Lookup Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IUniqueStringValues.Lookup Method

Looks up unique index of a given value.

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

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

Product Availability

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

See Also

IUniqueStringValues Interface