ArcObjects Library Reference  (GeoDatabase)    

IGPMessage Interface

Geoprocessor message interface.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

When To Use

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.

Members

Description
Read/write property Description Provides a description of the geoprocessing message.
Read/write property ErrorCode Provides the error code for the geoprocessing message.
Method IsAbort Indicates TRUE is the message is an abort.
Method IsError Indicates TRUE if the message is an error.
Method IsInformational Indicates TRUE if the message is informative.
Method IsWarning Indicates TRUE if the message is a warning.
Read/write property Type Provides ths geoprocessing message type.

CoClasses that implement IGPMessage

CoClasses and Classes Description
GPMessage
GPMessages

Remarks

The GPMessage object is composed of a message type, error code, and description. The message type can be ErrorWarning, or Informative.

 

See also IGPMessages

 


Feedback Send feedback on this page