ArcGIS Runtime SDK for iOS: AGSGeoprocessingParameter Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSGeoprocessingParameter Class Reference

Description

A base class for geoprocessing parameters.

A base class for parameters that can be used as inputs or returned as results of a geoprocessing job.

Since
100
Inheritance diagram for AGSGeoprocessingParameter:
AGSObject AGSGeoprocessingBoolean AGSGeoprocessingDataFile AGSGeoprocessingDate AGSGeoprocessingDouble AGSGeoprocessingFeatures AGSGeoprocessingLinearUnit AGSGeoprocessingLong AGSGeoprocessingMultiValue AGSGeoprocessingString AGSGeoprocessingUnknownParameter

Class Methods

(instancetype) + geoprocessingParameter
 

Properties

AGSGeoprocessingParameterType type
 

Method Documentation

◆ geoprocessingParameter

+ (instancetype) geoprocessingParameter
Deprecated:
100.9. Do not use this method, it creates an invalid and incomplete object.

Property Documentation

◆ type

- (AGSGeoprocessingParameterType) type
readnonatomicassign

The data type of the parameter.

Since
100