Geoprocessing Service GetJobInputValues method

Returns 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

 

A GPValues object.

 

Remarks

 

 

Examples

C#

VB.NET

Java