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


IGPCodedValueDomain.FindName Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGPCodedValueDomain.FindName Method

Provides the name for the specified value.

[Visual Basic .NET]
Public Function FindName ( _
    ByVal Value As IGPValue _
) As String
[C#]
public string FindName (
    IGPValue Value
);
[C++]
HRESULT FindName(
  IGPValue* Value,
  BSTR* Name
);
[C++]

Parameters Value [in]
Value is a parameter of type IGPValue Name [out, retval] Name is a parameter of type BSTR

Product Availability

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

See Also

IGPCodedValueDomain Interface