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


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