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


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

IGeoProcessorEvents.PreToolExecute Method

Called immediately prior to the GeoProcessor executing a tool.

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

Tool is a parameter of type IGPTool* Values [in]
Values is a parameter of type IArray* processID [in]
processID is a parameter of type long

Product Availability

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

See Also

IGeoProcessorEvents Interface