ArcObjects Library Reference (GeoDatabase)  

IGPMessageManager Interface

Provides access to the properties/methods of a geoprocessing message manager object.

Product Availability

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

Description

This interface is new at ArcGIS 9.3.

Members

Description
Method AddMessage Add a given message from the message id to the messages object.
Method AddMessage1Args Add a given message from the message id to the messages object.
Method AddMessage2Args Add a given message from the message id to the messages object.
Method AddMessageText Add a given message from the message text to the messages object.
Method ChainMessage Chain a given message from the message id.
Method ChainMessage1Args Chain a given message from the message id.
Method ChainMessage2Args Chain a given message from the message id.
Method ChainMessageText Chain a given message from the message text.
Method CheckForErrors Check for any errors in the IErrorInfo structure.
Method GenerateMessage Generate a given message from the message id.
Method GetMessage Get a given message.
Method LookForGPChainedErrors Transfer any GP errors or warnings to the messages object.
Method SetMessage Set a given message from the message id to the messages object.
Method SetMessage1Args Set a given message from the message id to the messages object.
Method SetMessage2Args Set a given message from the message id to the messages object.
Method SetMessageText Set a given message from the message text to the messages object.

CoClasses that implement IGPMessageManager

CoClasses and Classes Description
GPMessageManager Esri GPMessageManager object.
GPUtilities (esriGeoprocessing) Helper object with common geoprocessing utility methods.