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


IGeoProcessorEvents3.OnProgressShow Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGeoProcessorEvents3.OnProgressShow Method

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

Product Availability

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

See Also

IGeoProcessorEvents3 Interface