This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGeoProcessorEvents3 Interface > IGeoProcessorEvents3.OnProgressPercentage Method (ArcObjects .NET 10.5 SDK) |
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