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