|
ArcGIS Runtime SDK for iOS
100.15
|
A geoprocessing parameter for string data type.
Instances of this class represent a parameter for string data type that can be used as input to a geoprocessing job or returned as the result of the job.
Instance Methods | |
| (instancetype) | - initWithValue: |
Class Methods | |
| (instancetype) | + geoprocessingParameter |
| (instancetype) | + geoprocessingString |
| (instancetype) | + geoprocessingStringWithValue: |
Properties | |
| AGSGeoprocessingParameterType | type |
| NSString * | value |
| + (instancetype) geoprocessingParameter |
| + (instancetype) geoprocessingString |
| + (instancetype) geoprocessingStringWithValue: | (NSString *) | value |
Initialize the parameter with the given value
| value | for the parameter |
| - (instancetype) initWithValue: | (NSString *) | value |
Initialize the parameter with the given value
| value | for the parameter |
|
readnonatomicassigninherited |
The data type of the parameter.
|
readwritenonatomiccopy |
Value of the parameter