ArcObjects Library Reference (Geoprocessing)  

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,
  IGPValues** Values
);
[C++]

Parameters

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

  ParameterNames is a parameter of type IStringArray

Values [out, retval]

  Values is a parameter of type IGPValues

Product Availability

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

See Also

IGPServer2 Interface