Class GeoprocessingParameterInfo
Provides information on a single parameter of a geoprocessing task.
Inheritance
Namespace: Esri.ArcGISRuntime.Tasks.Geoprocessing
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class GeoprocessingParameterInfo
Remarks
GeoprocessingParameterInfo instances are retrieved from a GeoprocessingTaskInfo by calling
Parameter
Properties
Name | Description |
---|---|
Category | Gets the geoprocessing parameter's category. |
Choice |
Gets a list of value choices for this parameter. |
Data |
Gets the geoprocessing parameter's data type. |
Default |
Gets a new Geoprocessing |
Description | Gets the geoprocessing parameter's description. |
Direction | Gets the geoprocessing parameter's direction. |
Display |
Gets the geoprocessing parameter's display name. |
Features |
Gets a value indicating whether or not a geoprocessing feature parameter requires features with geometry. |
Is |
Gets a value indicating whether or not this geoprocessing parameter is required. |
Multi |
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 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.1 - 200.6 |
Xamarin.Android | 100.1 - 100.15 |
Xamarin.iOS | 100.1 - 100.15 |
UWP | 100.1 - 200.6 |