21 #import <ArcGIS/AGSGeoprocessingParameter.h> 38 #pragma mark initializers 69 #pragma mark properties 79 @property (nonatomic, copy, readwrite) NSArray<AGSGeoprocessingParameter*> *values;
AGSGeoprocessingParameterType
Definition: AGSGeoprocessingTypes.h:29
A geoprocessing parameter containing multiple values.
Definition: AGSGeoprocessingMultiValue.h:35
AGSGeoprocessingParameterType valueParameterType
Definition: AGSGeoprocessingMultiValue.h:74
A base class for geoprocessing parameters.
Definition: AGSGeoprocessingParameter.h:30