ArcGIS Runtime SDK for WPF - Library Reference
Choices Property
See Also 
ESRI.ArcGIS.Client.Local Namespace > GeoprocessingTaskParameters Class : Choices Property

Gets the available choices for the GeoprocessingTaskParameter.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Choices As ReadOnlyCollection(Of String)
C# 
public ReadOnlyCollection<string> Choices {get;}

Property Value

A collection that represents the choices of the GeoprocessingTaskParameter. The choices correspond with the choices specified in the model or script created in ArcGIS for Desktop.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.