ArcObjects Library Reference (Geoprocessing)  

IGPParameterEdit.ChoiceList Property

The choice list object of the geoprocessing parameter.

[Visual Basic .NET]
Public WriteOnly Property ChoiceList
[C#]
public void ChoiceList {set;}
[C++]
HRESULT putref_ChoiceList(
  IGPChoiceList* 
);
[C++]

Parameters

[in]

   is a parameter of type IGPChoiceList

Product Availability

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

See Also

IGPParameterEdit Interface