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


IGPCodedValueDomain.FindValue Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGPCodedValueDomain.FindValue Method

Provides the value object for the specified code.

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

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

Product Availability

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

See Also

IGPCodedValueDomain Interface