This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPServer2 Interface > IGPServer2.GetJobEnvironmentValues Method (ArcObjects .NET 10.5 SDK) |
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