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


IGPMessages.Messages 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.Messages Property
ArcGIS Developer Help

IGPMessages.Messages Property

The array of message objects.

[Visual Basic .NET]
Public ReadOnly Property Messages As IArray
[C#]
public IArray Messages {get;}
[C++]
HRESULT get_Messages(
  IArray** msgs
);
[C++]
Parameters
msgs [out, retval]

msgs is a parameter of type IArray**

Product Availability

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

Remarks

The get_Messages property returns all the GPMessage objects in this collection.

See Also

IGPMessages Interface

.NET Samples

Service area solver