ArcObjects Library Reference  (Geoprocessing)    

IGPParameterEdit.ChoiceList Property

The choice list object of the geoprocessing parameter.

[Visual Basic 6.0]
Property ChoiceList As IGPChoiceList
[Visual Basic .NET]
Public WriteOnly Property ChoiceList
[C#]
public void ChoiceList {set;}
[Java]
public IGPChoiceList setrefChoiceList()
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page