This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPChoiceList Interface > IGPChoiceList.MakeChoiceList Method (ArcObjects .NET 10.5 SDK) |
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