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


IGPParameterInfo.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 > IGPParameterInfo Interface > IGPParameterInfo.ChoiceList Property
ArcGIS Developer Help

IGPParameterInfo.ChoiceList Property

The parameter choice list.

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

ppChoiceList is a parameter of type IStringArray** ppChoiceList [in]
ppChoiceList is a parameter of type IStringArray*

Product Availability

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

See Also

IGPParameterInfo Interface