|
ArcGIS Runtime SDK for iOS
100.15
|
A geoprocessing parameter for boolean data type.
Instances of this class represent a parameter for boolean 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) | + geoprocessingBoolean |
| (instancetype) | + geoprocessingBooleanWithValue: |
| (instancetype) | + geoprocessingParameter |
Properties | |
| AGSGeoprocessingParameterType | type |
| BOOL | value |
| + (instancetype) geoprocessingBoolean |
| + (instancetype) geoprocessingBooleanWithValue: | (BOOL) | value |
Initialize the parameter with the given value
| value | for the parameter |
| + (instancetype) geoprocessingParameter |
| - (instancetype) initWithValue: | (BOOL) | value |
Initialize the parameter with the given value
| value | for the parameter |
|
readnonatomicassigninherited |
The data type of the parameter.
|
readwritenonatomicassign |
Value of the parameter