This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPMessageManager Interface > IGPMessageManager.GetMessage Method (ArcObjects .NET 10.5 SDK) |
Get a given message.
[Visual Basic .NET] Public Function GetMessage ( _ ByVal ID As Integer _ ) As String
[C#] public string GetMessage ( int ID );
[C++]
HRESULT GetMessage(
long ID,
BSTR* msg
);
[C++]
Parameters ID [in] ID is a parameter of type long msg [out, retval] msg is a parameter of type BSTR