This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGeoProcessorEvents3 Interface > IGeoProcessorEvents3.OnProgressShow Method (ArcObjects .NET 10.4 SDK) |
Called when a message has been posted while executing a tool.
[Visual Basic .NET] Public Sub OnProgressShow ( _ ByVal result As IGeoProcessorResult, _ ByVal Show As Boolean _ )
[C#] public void OnProgressShow ( IGeoProcessorResult result, bool Show );
[C++]
HRESULT OnProgressShow(
IGeoProcessorResult* result,
VARIANT_BOOL Show
);
[C++]
Parameters result [in]
result is a parameter of type IGeoProcessorResult Show [in] Show is a parameter of type VARIANT_BOOL