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