Returns an enumeration of possible values for the given data type and domain.
[Visual Basic 6.0] Function GetChoiceList(
ByVal pDataType As IGPDataType, _
ByVal pDomain As IGPDomain _
) As IEnumGPValue
[Visual Basic .NET] Public Function GetChoiceList ( _ ByVal pDataType As IGPDataType, _ ByVal pDomain As IGPDomain _ ) As IEnumGPValue
[C#] public IEnumGPValue GetChoiceList ( IGPDataType pDataType, IGPDomain pDomain );