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


IGeoProcessorResult.GetMessages Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGeoProcessorResult.GetMessages Method

Return all of the message descriptions.

[Visual Basic .NET]
Public Function GetMessages ( _
    ByVal severity As Integer _
) As String
[C#]
public string GetMessages (
    int severity
);
[C++]
HRESULT GetMessages(
  long severity,
  BSTR* pMessages
);
[C++]

Parameters severity [in] severity is a parameter of type long pMessages [out, retval] pMessages is a parameter of type BSTR

Product Availability

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

See Also

IGeoProcessorResult Interface