GeoprocessingParameterInfo QML Type

  • Esri.ArcGISRuntime
  • GeoprocessingParameterInfo
  • Describes a geoprocessing parameter. More...

    Import Statement: import Esri.ArcGISRuntime
    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

    [read-only] category : string

    The category of the GeoprocessingParameter (read-only).


    [read-only] choiceList : list<string>

    The list of value choices for the GeoprocessingParameter (read-only).


    [read-only] dataType : Enums.GeoprocessingParameterType

    The type of the GeoprocessingParameter (read-only).

    See also Enums.GeoprocessingParameterType.


    [read-only] defaultParameter : GeoprocessingParameter

    The GeoprocessingParameter this GeoprocessingParameterInfo object refers to, set to the default values (read-only).


    [read-only] description : string

    The description of the GeoprocessingParameter (read-only).


    [read-only] direction : Enums.GeoprocessingParameterDirection

    The direction of the GeoprocessingParameter (read-only).

    See also Enums.GeoprocessingParameterDirection.


    [read-only] displayName : string

    The display name of the GeoprocessingParameter (read-only).


    [read-only] featuresRequireGeometry : bool

    Returns whether the geoprocessing feature parameter requires features with geometry (read-only).


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


    [read-only] name : string

    The name of the GeoprocessingParameter (read-only).


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