This document is archived and information here might be outdated. Recommended version. |
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 bool