The ParameterValue type exposes the following members.

Constructors

NameDescription
ParameterValue
Initializes a new instance of the ParameterValue class

Properties

NameDescription
DataType
Data type of the parameter. It can have one of the following values: "GPString", "GPDouble", "GPLong", "GPBoolean", "GPDate", "GPLinearUnit", "GPDataFile", "GPRasterData", "GPRecordSet", "GPRasterDataLayer", and "GPFeatureRecordSetLayer".
Error
If not null, error returned from process, when the ParameterValue is a result of a geoprocessing operation.
ParamName
Name of the parameter.
Value
The value of the parameter, either the input value or the value returned from geoprocessing operation.

See Also