This document is archived and information here might be outdated.  Recommended version.


IGPMessages.Callback Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGPMessages.Callback Property

The callback object associated with the GPMessages object.

[Visual Basic .NET]
Public Property Callback As IGPMessagesCallback
[C#]
public IGPMessagesCallback Callback {get; set;}
[C++]
HRESULT get_Callback(
  IGPMessagesCallback** messagesCallback
);
[C++]
HRESULT putref_Callback(
  IGPMessagesCallback* messagesCallback
);
[C++]

Parameters messagesCallback [out, retval]
messagesCallback is a parameter of type IGPMessagesCallback messagesCallback [in]
messagesCallback is a parameter of type IGPMessagesCallback

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPMessages Interface