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


IGeoProcessorEvents.PostToolExecute Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

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 Messages [in]
Messages is a parameter of type IGPMessages

Product Availability

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

See Also

IGeoProcessorEvents Interface