dojo.require("esri.tasks.ParameterValue")
Description
(Added at v1.0)
Represent the output parameters of a GP task and their properties and values. ParameterValue has no constructor.
Samples
Search for
samples that use this class.
Properties
dataType | String | 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.