Show / Hide Table of Contents

Class GeoprocessingParameters

GeoprocessingParameters contains input parameters that are sent to the target geoprocessing task.

Inheritance
Object
GeoprocessingParameters
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Esri.ArcGISRuntime.Tasks.Geoprocessing
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class GeoprocessingParameters
Remarks

GeoprocessingParameters contains both input parameters and environment variables that are used in the target geoprocessing task. At a minimum all parameters that are set as required on the published task must to be provided to run the task successfully. Parameters that have default values can be overridden by providing a new value in the inputs dictionary. Optional parameters can be provided the same way. GeoprocessingParameters also contains environment variables for the geoprocessing task such as OutputSpatialReference and ProcessSpatialReference.

Constructors

Name Description
GeoprocessingParameters(GeoprocessingExecutionType)

Initializes a new instance of the GeoprocessingParameters class with the given execution type.

Properties

Name Description
ExecutionType

Gets the geoprocessing parameters' object execution type.

Inputs

Gets the dictionary of the geoprocessing parameter inputs.

OutputSpatialReference

Gets or sets the output spatial reference.

ProcessSpatialReference

Gets or sets the process spatial reference.

ReturnM

Gets or sets a value indicating whether returned geometries will have M values.

ReturnZ

Gets or sets a value indicating whether returned geometries will have Z values.

Applies to

TargetVersions
.NET Standard 2.0100.3 - 100.14
.NET 6.0100.13 - 100.14
.NET 6.0 Windows100.13 - 100.14
.NET Framework100.0 - 100.14
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.0 - 100.14
Xamarin.iOS100.0 - 100.14
UWP100.0 - 100.14

Relevant samples

Analyze hotspots: Use a geoprocessing service and a set of features to identify statistically significant hot spots and cold spots.
List geodatabase versions: Connect to a service and list versions of the geodatabase.
In This Article
Back to top Copyright © 2021 Esri.