Returns the name of the tool used for a job.
GetJobToolName(string JobID)
Parameter |
Description |
JobID |
The unique id of the geoprocessing job on which to return the tool name.
|
Return Value
A string.
The tool name for the input job id.
Remarks
Each tool (also termed "task") within
a geoprocessing service has a unique name. A geoprocessing
service may contain one or more tools. Use
this method in conjunction with GetToolName, GetInputValues, GetResultOptions,
and GetEnvironmentValues, to get all the properties used to create the
job.
Examples