ArcObjects Library Reference (Geoprocessing)  

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