Description
Represent the output parameters of a GP task and their properties and values. ParameterValue has no constructor.
Class hierarchy
esri.tasks.ParameterValue
Properties
| dataType |
String
|
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". |
| paramName |
String
|
Unique name of the parameter. |
| value |
Object
|
The value of the parameter. The data structure of this value depends on the dataType. |
Properties Detail
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".
Unique name of the parameter.
The value of the parameter. The data structure of this value depends on the
dataType.