Creates a coded value domain from an array of geoprocessing value objects.
[Visual Basic 6.0] Function MakeChoiceList(
ByVal pValue As IArray, _
ByVal pDomain As IGPDomain _
) As IGPCodedValueDomain
[Visual Basic .NET] Public Function MakeChoiceList ( _ ByVal pValue As IArray, _ ByVal pDomain As IGPDomain _ ) As IGPCodedValueDomain
[C#] public IGPCodedValueDomain MakeChoiceList ( IArray pValue, IGPDomain pDomain );
[Java] public IGPCodedValueDomain makeChoiceList ( IArray pValue, IGPDomain pDomain ) throws IOException, AutomationException
[C++] HRESULT MakeChoiceList( IArray* pValue, IGPDomain* pDomain, IGPCodedValueDomain** ppDomain );
Parameters
pValue [in]
pValue is a parameter of type IArray
pDomain [in]
pDomain is a parameter of type IGPDomain
ppDomain [out, retval]
ppDomain is a parameter of type IGPCodedValueDomain