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

Description

A geoprocessing parameter that is not currently supported.

Instances of this class represent a parameter whose type is not known and is currently not supported.

Since
100
Inheritance diagram for AGSGeoprocessingUnknownParameter:
AGSGeoprocessingParameter AGSObject

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
readnonatomicassigninherited

The data type of the parameter.

Since
100