This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPMessages Interface > IGPMessages.GetMessage Method (ArcObjects .NET 10.4 SDK) |
Provides a message object from the specified location.
[Visual Basic .NET] Public Function GetMessage ( _ ByVal Index As Integer _ ) As IGPMessage
[C#] public IGPMessage GetMessage ( int Index );
[C++]
HRESULT GetMessage(
long Index,
IGPMessage** msg
);
[C++]
Parameters Index [in] Index is a parameter of type long msg [out, retval]
msg is a parameter of type IGPMessage
The GetMessage property returns the specified GPMessage object from this collection.