Geoprocessing Service GetJobInputValues method

Gets the input values for a job.

 

GetJobInputValues(string JobID, string[] ParameterNames)

 

Parameter

Description

JobID

The unique id of the geoprocessing job from which to return the input values.

ParameterNames

A string array of input parameter names.  The parameter names argument is optional.  If null or empty, all input values are returned. 

 

Return Value

 

An array of GPValue objects (GPValue[]).