Extracts information about the task definition from a serialized string version.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim taskDefinition As String
Dim resourceManager As String
Dim resource As String
Dim task As String
GeoprocessingTask.FromTaskDefinition(taskDefinition, resourceManager, resource, task) |
Parameters
- taskDefinition
- Serialized definition of the task, as created with the ToTaskDefinition method.
- resourceManager
- Name of the resource manager containing the resource for the task.
- resource
- Name of the geoprocessing resource contained in the resource manager.
- task
- Name of the geoprocessing task.
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