Geoprocessing service GetJobResultOptions method

Gets the result options for a job.

GetJobResultOptions(string JobID)

Parameter

Description

JobID

The unique id of the geoprocessing job from which the current result options will be obtained. Result options can be defined in calls to Execute, SubmitJob, GetJobResult.

Return Value

A GPResultOptions object.

Remarks

Result options are used to indicate various options for returning result values. If the options is null, the default options are used. See GPResultOptions for details.

11/8/2016