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


IGeoProcessorResult2.MessageCount Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGeoProcessorResult2.MessageCount Property

Return the number of messages.

[Visual Basic .NET]
Public ReadOnly Property MessageCount As Integer
[C#]
public int MessageCount {get;}
[C++]
HRESULT get_MessageCount(
  long* pCount
);
[C++]

Parameters pCount [out, retval] pCount is a parameter of type long

Product Availability

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

See Also

IGeoProcessorResult2 Interface

.NET Related Topics

How to get returned messages | Running a geoprocessing tool using background geoprocessing