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


IGeoProcessorEvents.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 > IGeoProcessorEvents Interface > IGeoProcessorEvents.PostToolExecute Method
ArcGIS Developer Help

IGeoProcessorEvents.PostToolExecute Method

Called immediately after a tool is executed by the GeoProcessor.

[Visual Basic .NET]
Public Sub PostToolExecute ( _
    ByVal Tool As IGPTool, _
    ByVal Values As IArray, _
    ByVal result As Integer, _
    ByVal Messages As IGPMessages _
)
[C#]
public void PostToolExecute (
    IGPTool Tool,
    IArray Values,
    int result,
    IGPMessages Messages
);
[C++]
HRESULT PostToolExecute(
  IGPTool* Tool,
  IArray* Values,
  result result,
  IGPMessages* Messages
);
[C++]
Parameters
Tool [in]

Tool is a parameter of type IGPTool* Values [in]
Values is a parameter of type IArray* result [in]
result is a parameter of type HRESULT Messages [in]
Messages is a parameter of type IGPMessages*

Product Availability

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

See Also

IGeoProcessorEvents Interface