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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.