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 ESRI.ArcGIS.ADF.Web.DataSources.GPToolInfo |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As GeoprocessingFunctionality
Dim taskName As String
Dim value As ESRI.ArcGIS.ADF.Web.DataSources.GPToolInfo
value = instance.GetTask(taskName) |
C# | |
---|
public ESRI.ArcGIS.ADF.Web.DataSources.GPToolInfo GetTask(
string taskName
) |
Parameters
- taskName
- Name of the task.
Return Value
Object with information about the geoprocessing tool.
Remarks
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also