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


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

IGeoProcessorEvents2.PreToolExecute Method

Called immediately prior to the GeoProcessor executing a tool.

[Visual Basic .NET]
Public Sub PreToolExecute ( _
    ByVal Process As IMdProcess _
)
[C#]
public void PreToolExecute (
    IMdProcess Process
);
[C++]
HRESULT PreToolExecute(
  IMdProcess* Process
);
[C++]
Parameters
Process [in]

Process is a parameter of type IMdProcess*

Product Availability

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

See Also

IGeoProcessorEvents2 Interface