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


IGPParameterEdit.ChoiceList Property (ArcObjects .NET 10.4 SDK)
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