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.GetJobToolName Method (ArcObjects .NET 10.5 SDK) |
Returns the tool name for the job.
[Visual Basic .NET] Public Function GetJobToolName ( _ ByVal JobID As String _ ) As String
[C#] public string GetJobToolName ( string JobID );
[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