27 #import <Foundation/Foundation.h>
28 #import <ArcGIS/AGSGeoprocessingParameter.h>
44 #pragma mark initializers
75 #pragma mark properties
85 @property (nonatomic, copy, readwrite) NSArray<AGSGeoprocessingParameter*> *
values;
AGSGeoprocessingParameterType
Definition: AGSGeoprocessingTypes.h:35
A geoprocessing parameter containing multiple values.
Definition: AGSGeoprocessingMultiValue.h:42
AGSGeoprocessingParameterType valueParameterType
Definition: AGSGeoprocessingMultiValue.h:80
NSArray< AGSGeoprocessingParameter * > * values
Definition: AGSGeoprocessingMultiValue.h:85
A base class for geoprocessing parameters.
Definition: AGSGeoprocessingParameter.h:38