Sends a callback request to get the inputs of a submitted Geoprocessing task.

Namespace:  ESRI.ArcGIS.VE
  (in ArcGISVE.exe)

Syntax

JScript
 function GetInput(
	jobId : String, 
	paramName : String, 
	callback : Function
)

Parameters

jobId
Type: String
Job ID of Geoprocessing task.
paramName
Type: String
Name of parameter in the Geoprocessing task.
callback
Type: Function
The JavaScript function that will handle the callback response.

See Also