GeoprocessingParameterInfo QML Type
Describes a geoprocessing parameter. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.1 |
Inherits: |
Properties
- category : string
- choiceList : list<string>
- dataType : Enums.GeoprocessingParameterType
- defaultParameter : GeoprocessingParameter
- description : string
- direction : Enums.GeoprocessingParameterDirection
- displayName : string
- featuresRequireGeometry : bool
- multiValueDataType : Enums.GeoprocessingParameterType
- name : string
- required : bool
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
Property Documentation
category : string |
The category of the GeoprocessingParameter (read-only).
choiceList : list<string> |
The list of value choices for the GeoprocessingParameter (read-only).
dataType : Enums.GeoprocessingParameterType |
The type of the GeoprocessingParameter (read-only).
See also Enums.GeoprocessingParameterType.
defaultParameter : GeoprocessingParameter |
The GeoprocessingParameter this GeoprocessingParameterInfo object refers to, set to the default values (read-only).
description : string |
The description of the GeoprocessingParameter (read-only).
direction : Enums.GeoprocessingParameterDirection |
The direction of the GeoprocessingParameter (read-only).
See also Enums.GeoprocessingParameterDirection.
displayName : string |
The display name of the GeoprocessingParameter (read-only).
featuresRequireGeometry : bool |
Returns whether the geoprocessing feature parameter requires features with geometry (read-only).
multiValueDataType : Enums.GeoprocessingParameterType |
The multi-value data type of the GeoprocessingParameter (read-only).
This is only applicable if this parameter info describes a multi-value.
See also Enums.GeoprocessingParameterType.
name : string |
The name of the GeoprocessingParameter (read-only).
required : bool |
true
if the parameter is required and false
otherwise. (read-only).