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.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close