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


IGeoProcessor.GetReturnMessages Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGeoProcessor.GetReturnMessages Method

Return the GPMessages object which will be messages of the last tool executed.

[Visual Basic .NET]
Public Function GetReturnMessages ( _
) As IGPMessages
[C#]
public IGPMessages GetReturnMessages (
);
[C++]
HRESULT GetReturnMessages(
void
);

Product Availability

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

See Also

IGeoProcessor Interface