ArcGIS Runtime SDK for iOS
100.15
|
Information about an input/output Geoprocessing Task parameter.
Instances of this class represent information about a parameter of a Geoprocessing Task such as its name, type, whether or not it is optional (for input parameters), and whether it is an input or output parameter.
Properties | |
NSString * | category |
NSArray< NSString * > * | choiceList |
AGSGeoprocessingParameterType | dataType |
AGSGeoprocessingParameter * | defaultParameter |
AGSGeoprocessingParameterDirection | direction |
NSString * | displayName |
BOOL | featuresRequireGeometry |
AGSGeoprocessingParameterType | multiValueDataType |
NSString * | name |
NSString * | parameterDescription |
BOOL | required |
|
readnonatomiccopy |
Category of the parameter.
|
readnonatomiccopy |
Permissible values for the parameter.
|
readnonatomicassign |
Data type of the parameter.
|
readnonatomicstrong |
Default value of the parameter.
|
readnonatomicassign |
Indicates whether the parameter is input (needed to execute the task) or output (generated when the task finishes).
|
readnonatomiccopy |
User-friendly name of the parameter.
|
readnonatomicassign |
When the parameter represents features, this property indicates whether the features require a geometry or not.
|
readnonatomicassign |
When the parameter is a multivalue parameter, this property indicates the data type of the values. If the parameter is not a multivalue parameter, this property will be AGSGeoprocessingParameterTypeUnknown
.
|
readnonatomiccopy |
Name of the parameter.
|
readnonatomiccopy |
Description of the parameter.
|
readnonatomicassign |
Indicates whether the parameter is mandatory or not.