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


IGPMessages.Count Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPMessages Interface > IGPMessages.Count Property
ArcGIS Developer Help

IGPMessages.Count Property

The message count.

[Visual Basic .NET]
Public ReadOnly Property Count As Integer
[C#]
public int Count {get;}
[C++]
HRESULT get_Count(
  System.Int32* Count
);
[C++]
Parameters
Count [out, retval]

Count is a parameter of type long*

Product Availability

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

Remarks

The get_Count property returns the number of GPMessage objects in this collection.

See Also

IGPMessages Interface

.NET Samples

Closest facility solver Geoprocessing events listener Executing geoprocessing tools in the background Location-allocation solver Origin-destination cost matrix solver Service area solver Vehicle routing problem solver