This document is archived and information here might be outdated.  Recommended version.


IGPServer2.GetJobEnvironmentValues Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPServer2.GetJobEnvironmentValues Method

Returns the enviornment values for the job.

[Visual Basic .NET]
Public Function GetJobEnvironmentValues ( _
    ByVal JobID As String _
) As IPropertySet
[C#]
public IPropertySet GetJobEnvironmentValues (
    string JobID
);
[C++]
HRESULT GetJobEnvironmentValues(
  BSTR JobID,
  IPropertySet** envValues
);
[C++]

Parameters JobID [in] JobID is a parameter of type BSTR envValues [out, retval]
envValues is a parameter of type IPropertySet

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPServer2 Interface