This document is archived and information here might be outdated.  Recommended version.


IGPMessageManager Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPMessageManager Interface
ArcGIS Developer Help

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

Name 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 ChainGPMessage Chain a given GPMessage.
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.

Classes that implement IGPMessageManager

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