require(["esri/tasks/ParameterValue"], function(ParameterValue) { /* code goes here */ });Description
(Added at v1.0)
Represent the output parameters of a GP task and their properties and values. ParameterValue has no constructor.
SamplesSearch for
samplesthat use this class.
Properties dataTypeString
Specifies the type of data for the parameter. paramName String
The name of the output parameter as defined by the geoprocessing task in the Services Directory. value Object
The value of the parameter.
Property Details
Specifies the type of data for the parameter. It can have one of the following values: "GPString", "GPDouble", "GPLong", "GPBoolean", "GPDate", "GPLinearUnit", "GPDataFile", "GPRasterData", "GPRecordSet", "GPRasterDataLayer", "GPFeatureRecordSetLayer","GPMultiValue".
The name of the output parameter as defined by the geoprocessing task in the Services Directory.
The value of the parameter. The data structure of this value depends on the
dataType.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4