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


IGPServer2.GetJobInputValues Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPServer2 Interface > IGPServer2.GetJobInputValues Method
ArcGIS Developer Help

IGPServer2.GetJobInputValues Method

Returns the input values for the job.

[Visual Basic .NET]
Public Function GetJobInputValues ( _
    ByVal JobID As String, _
    ByVal ParameterNames As IStringArray _
) As IGPValues
[C#]
public IGPValues GetJobInputValues (
    string JobID,
    IStringArray ParameterNames
);
[C++]
HRESULT GetJobInputValues(
  BSTR JobID,
  IStringArray* ParameterNames
);
[C++]
Parameters
JobID [in]

JobID is a parameter of type BSTR ParameterNames [in]
ParameterNames is a parameter of type IStringArray*

Product Availability

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

See Also

IGPServer2 Interface