The Geoprocessor Result. Provides access to the results of tools.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
This interface is new at ArcGIS 10. It supersedes IGeoProcessorResult.
Members
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. | |
ReturnValue | Get the GeoProcessor return value. | |
Status | Get the job status. |
CoClasses that implement IGeoProcessorResult2
CoClasses and Classes | Description |
---|---|
GeoProcessorResult | GeoProcessorResult Access. |