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


IMdElementEditor.GetChoiceList Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoprocessingUI > ESRI.ArcGIS.GeoprocessingUI > Interfaces > IM > IMdElementEditor Interface > IMdElementEditor.GetChoiceList Method
ArcGIS Developer Help

IMdElementEditor.GetChoiceList Method

Returns an enumeration of possible values for the given data type and domain.

[Visual Basic .NET]
Public Function GetChoiceList ( _
    ByVal pDataType As IGPDataType, _
    ByVal pDomain As IGPDomain _
) As IEnumGPValue
[C#]
public IEnumGPValue GetChoiceList (
    IGPDataType pDataType,
    IGPDomain pDomain
);

Product Availability

Available with ArcGIS Desktop.

See Also

IMdElementEditor Interface