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


IGeoProcessorEvents3.PostToolExecute Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGeoProcessorEvents3 Interface > IGeoProcessorEvents3.PostToolExecute Method
ArcGIS Developer Help

IGeoProcessorEvents3.PostToolExecute Method

Called immediately after a tool is executed by the GeoProcessor.

[Visual Basic .NET]
Public Sub PostToolExecute ( _
    ByVal result As IGeoProcessorResult _
)
[C#]
public void PostToolExecute (
    IGeoProcessorResult result
);
[C++]
HRESULT PostToolExecute(
  IGeoProcessorResult* result
);
[C++]
Parameters
result [in]

result is a parameter of type IGeoProcessorResult*

Product Availability

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

See Also

IGeoProcessorEvents3 Interface