This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGeoProcessorEvents3 Interface > IGeoProcessorEvents3.OnProgressMessage Method (ArcObjects .NET 10.5 SDK) |
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