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


IGeoProcessorEvents3.OnProgressMessage Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGeoProcessorEvents3.OnProgressMessage Method

Called when a message has been posted while executing a tool.

[Visual Basic .NET]
Public Sub OnProgressMessage ( _
    ByVal result As IGeoProcessorResult, _
    ByVal message As String _
)
[C#]
public void OnProgressMessage (
    IGeoProcessorResult result,
    string message
);
[C++]
HRESULT OnProgressMessage(
  IGeoProcessorResult* result,
  BSTR message
);
[C++]

Parameters result [in]
result is a parameter of type IGeoProcessorResult message [in] message is a parameter of type BSTR

Product Availability

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

See Also

IGeoProcessorEvents3 Interface