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 OnProgressPercentage ( _ ByVal result As IGeoProcessorResult, _ ByVal percentage As Double _ )
[C#] public void OnProgressPercentage ( IGeoProcessorResult result, double percentage );
[C++]
HRESULT OnProgressPercentage(
IGeoProcessorResult* result,
double percentage
);
[C++] Parameters result [in]
result is a parameter of type IGeoProcessorResult* percentage [in]
percentage is a parameter of type double