This document is archived and information here might be outdated. Recommended version. |
Adds an informative message to the messages.
[Visual Basic .NET] Public Sub AddMessage ( _ ByVal Message As String _ )
[C#] public void AddMessage ( string Message );
[C++]
HRESULT AddMessage(
BSTR Message
);
[C++]
Parameters Message [in]
Message is a parameter of type BSTR
The AddMessage method creates a GPMessage of type esriGPMEssageTypeInformative and adds it to this collection.