Describes a geoprocessing parameter. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
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
The category of the GeoprocessingParameter (read-only).
The list of value choices for the GeoprocessingParameter (read-only).
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).
The description of the GeoprocessingParameter (read-only).
The direction of the GeoprocessingParameter (read-only).
See also Enums.GeoprocessingParameterDirection.
The display name of the GeoprocessingParameter (read-only).
Returns whether the geoprocessing feature parameter requires features with geometry (read-only).
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.
The name of the GeoprocessingParameter (read-only).