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


IGPParameter.ChoiceList Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPParameter Interface > IGPParameter.ChoiceList Property
ArcGIS Developer Help

IGPParameter.ChoiceList Property

The choice list object of the geoprocessing parameter.

[Visual Basic .NET]
Public ReadOnly Property ChoiceList As IGPChoiceList
[C#]
public IGPChoiceList ChoiceList {get;}
[C++]
HRESULT get_ChoiceList(
  IGPChoiceList** ChoiceList
);
[C++]
Parameters
ChoiceList [out, retval]

ChoiceList is a parameter of type IGPChoiceList**

Product Availability

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

Remarks

The ChoiceList property is optional; it supplies a choice list for parameter values for the command line.

See Also

IGPParameter Interface