ArcObjects Library Reference (Geoprocessing)  

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