Geoprocessor message interface.
The IGPMessage interface returns a GPMessage object from an IGPMessages array, a collection of GPMessage objects. Messages are returned during the validating and executing of a geoprocessing tool.
Also refer to Building Geoprocessing Function Tools.
| Description | ||
|---|---|---|
![]() |
Description | Provides a description of the geoprocessing message. |
![]() |
ErrorCode | Provides the error code for the geoprocessing message. |
![]() |
IsAbort | Indicates TRUE is the message is an abort. |
![]() |
IsError | Indicates TRUE if the message is an error. |
![]() |
IsInformational | Indicates TRUE if the message is informative. |
![]() |
IsWarning | Indicates TRUE if the message is a warning. |
![]() |
Type | Provides ths geoprocessing message type. |
| CoClasses and Classes | Description |
|---|---|
| GPMessage | |
| GPMessages |
The GPMessage object is composed of a message type, error code, and description. The message type can be Error, Warning, or Informative.
See also IGPMessages