Geoprocessing Service GetJobResultMapExtent method

Returns the map extent for the results for a job.

 

GetJobResultMapExtent(string JobID)

 

Parameter

Description

JobID

The unique id of a geoprocessing job.   The tool associated with the job must be hosted by a geoprocessing service that can render results in a map service.  

 

 

Return Value

 

An Envelope object.

 

Remarks

 

 

Examples

C#

VB.NET

Java