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


IGPCodedValueDomain.FindName Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPCodedValueDomain Interface > IGPCodedValueDomain.FindName Method
ArcGIS Developer Help

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

Value is a parameter of type IGPValue*

Product Availability

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

See Also

IGPCodedValueDomain Interface