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.