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