ArcObjects Library Reference (Geoprocessing)  

IGeoProcessor2.GetMessages Method

Return all of the message descriptions of the last tool executed.

[Visual Basic .NET]
Public Function GetMessages ( _
    ByRef pSeverity As Object _
) As String
[C#]
public string GetMessages (
    ref object pSeverity
);
[C++]
HRESULT GetMessages(
  VARIANT* pSeverity,
  BSTR* pMessages
);
[C++]

Parameters

pSeverity [in]   pSeverity is a parameter of type VARIANT pMessages [out, retval]   pMessages is a parameter of type BSTR

Product Availability

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

See Also

IGeoProcessor2 Interface

.NET Related Topics

Listing fields