ArcObjects Library Reference  (Geoprocessing)    

IGPServer2.GetJobToolName Method

Returns the tool name for the job.

[Visual Basic 6.0]
Function GetJobToolName(
    ByVal JobID As String _
) As String
[Visual Basic .NET]
Public Function GetJobToolName ( _
    ByVal JobID As String _
) As String
[C#]
public string GetJobToolName (
    string JobID
);
[Java]
public String getJobToolName (
    String JobID
)
throws
    IOException,
    AutomationException
[C++]
HRESULT GetJobToolName(
  BSTR JobID,
  BSTR* Name
);
[C++]

Parameters

JobID [in]

  JobID is a parameter of type BSTR

Name [out, retval]

  Name is a parameter of type BSTR

Product Availability

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

See Also

IGPServer2 Interface