Class GeoprocessingParameterInfo
Provides information on a single parameter of a geoprocessing task.
Namespace: Esri.ArcGISRuntime.Tasks.Geoprocessing
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class GeoprocessingParameterInfo
Remarks
GeoprocessingParameterInfo instances are retrieved from a GeoprocessingTaskInfo by calling ParameterInfos. Each instance in the list gives the parameter's name and type along with a property indicating whether or not it is optional (for input parameters) and whether it is an input or output parameter.
Properties
| Name | Description |
|---|---|
| Category | Gets the geoprocessing parameter's category. |
| ChoiceList | Gets a list of value choices for this parameter. |
| DataType | Gets the geoprocessing parameter's data type. |
| DefaultParameter | Gets a new GeoprocessingParameter set to the default value for this parameter info instance. |
| Description | Gets the geoprocessing parameter's description. |
| Direction | Gets the geoprocessing parameter's direction. |
| DisplayName | Gets the geoprocessing parameter's display name. |
| FeaturesRequireGeometry | Gets a value indicating whether or not a geoprocessing feature parameter requires features with geometry. |
| IsRequired | Gets a value indicating whether or not this geoprocessing parameter is required. |
| MultiValueDataType | Gets a value indicating whether this parameter info describes a multivalue, this property indicates the type of the parameters contained in the multivalue. |
| Name | Gets the geoprocessing parameter's name. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 100.15 |
| .NET 6.0 | 100.13 - 100.15 |
| .NET 6.0 Windows | 100.13 - 100.15 |
| .NET Framework | 100.1 - 100.15 |
| .NET 5 | 100.10 - 100.12 |
| .NET Core 3.1 | 100.7 - 100.12 |
| Xamarin.Android | 100.1 - 100.15 |
| Xamarin.iOS | 100.1 - 100.15 |
| UWP | 100.1 - 100.15 |