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


IGpDispatch.GetMessages Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGpDispatch.GetMessages Method

Gets all the return messages.

[Visual Basic .NET]
Public Function GetMessages ( _
    [ByRef severity As Object] _
) As String
[C#]
public string GetMessages (
    ref object severity
);
[C++]
HRESULT GetMessages(
  Variant* severity
);
[C++]

Parameters severity [in, optional]
severity is a parameter of type VARIANT*

Product Availability

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

See Also

IGpDispatch Interface