This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPMessages Interface > IGPMessages.AddAbort Method (ArcObjects .NET 10.4 SDK) |
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.