Geoprocessing Services GetJobEnvironmentValues method

Returns the execution environment values for a geoprocessing job.

 

GetJobEnvironmentValues(string JobID)

 

Parameter

Description

JobID

Unique id of the geoprocessing job from which to return the jobs environment values.

 

 

Return Value

 

A PropertySet object.
 

Remarks

 
Environment values can be used to change properties of a during a call to Execute or SubmitJob.  For example, the "SpatialReference" property can be used to define the spatial reference for results.  

 

Examples

C#

VB.NET

Java