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


IGPMessages.Messages Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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 (Code Files: frmServiceAreaSolver)