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


IGPChoiceList.MakeChoiceList Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGPChoiceList.MakeChoiceList Method

Creates a coded value domain from an array of geoprocessing value objects.

[Visual Basic .NET]
Public Function MakeChoiceList ( _
    ByVal Value As IArray, _
    ByVal Domain As IGPDomain _
) As IGPCodedValueDomain
[C#]
public IGPCodedValueDomain MakeChoiceList (
    IArray Value,
    IGPDomain Domain
);
[C++]
HRESULT MakeChoiceList(
  IArray* Value,
  IGPDomain* Domain,
  IGPCodedValueDomain** codeValueDomain
);
[C++]

Parameters Value [in]
Value is a parameter of type IArray Domain [in]
Domain is a parameter of type IGPDomain codeValueDomain [out, retval]
codeValueDomain is a parameter of type IGPCodedValueDomain

Product Availability

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

See Also

IGPChoiceList Interface