This document is archived and information here might be outdated. Recommended version. |
The Geoprocessor Result. Provides access to the results of tools.
This interface is new at ArcGIS 10. It supersedes IGeoProcessorResult.
Name | Description | |
---|---|---|
Cancel | Cancel the job. | |
GetInput | Return the input by index. | |
GetMapImageURL | Delete the job and all associated data. | |
GetMessage | Return the message description by index. | |
GetMessages | Return all of the message descriptions. | |
GetOutput | Return the output by index. | |
GetResultMessages | Return the GPMessages object which will be messages. | |
GetReturnCode | Return the message error code (Error Messages Only) by index. | |
GetSeverity | Return the message severity by index. | |
InputCount | Return the number of inputs. | |
IsAsync | Get the GeoProcessor ASync status. | |
IsCanceled | Get the GeoProcessor return value. | |
MaxSeverity | Return the maximum severity of the message. | |
MessageCount | Return the number of messages. | |
OutputCount | Return the number of outputs. | |
Process | Set the GeoProcessor process value. | |
ResultID | Get the job ID. | |
ResultID | Get the job ID. | |
ReturnValue | Get the GeoProcessor return value. | |
Status | Get the job status. | |
Status | Get the job status. |
Classes | Description |
---|---|
GeoProcessorResult | GeoProcessorResult Access. |