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