ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
GetTask Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > GeoprocessingFunctionality Class : GetTask Method




taskName
Name of the task.
Gets an object with information about the geoprocessing tool associated with the task name.

Syntax

Visual Basic (Declaration) 
Public Function GetTask( _
   ByVal taskName As String _
) As GPToolInfo
Visual Basic (Usage)Copy Code
Dim instance As GeoprocessingFunctionality
Dim taskName As String
Dim value As GPToolInfo
 
value = instance.GetTask(taskName)
C# 
public GPToolInfo GetTask( 
   string taskName
)

Parameters

taskName
Name of the task.

Return Value

Object with information about the geoprocessing tool.

Remarks

GPToolInfo properties include the parameters for the tool and the envelope of the tool.

See Also

© 2010 All Rights Reserved.