Show / Hide Table of Contents

Class GeoprocessingParameterInfo

Provides information on a single parameter of a geoprocessing task.

Inheritance
Object
GeoprocessingParameterInfo
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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

TargetVersions
.NET Standard 2.0100.3 - 200.2
.NET 6.0100.13 - 200.2
.NET 6.0 Windows100.13 - 200.2
.NET 6.0 Android200.0 - 200.2
.NET 6.0 iOS200.0 - 200.2
.NET Framework100.1 - 200.2
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Android100.1 - 100.15
iOS100.1 - 100.15
UWP100.1 - 200.2
In This Article
Back to top Copyright © 2022 Esri.