GeoprocessingParameterInfo QML Type

Describes a geoprocessing parameter. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri.ArcGISRuntime 100.1
Inherits:

Object

Properties

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).


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.