This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGeoProcessor Interface > IGeoProcessor.GetMessages Method (ArcObjects .NET 10.4 SDK) |
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