This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPCodedValueDomain Interface > IGPCodedValueDomain.FindName Method (ArcObjects .NET 10.4 SDK) |
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