Called immediately after a tool is executed by the GeoProcessor.
[Visual Basic .NET] Public Sub PostToolExecute ( _ ByVal result As Integer, _ ByVal Process As IMdProcess _ )
[C#] public void PostToolExecute ( int result, IMdProcess Process );
[C++]
HRESULT PostToolExecute(
result result,
IMdProcess* Process
);
[C++]Parameters
result [in] result is a parameter of type Process [in]Process is a parameter of type IMdProcess
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.