This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGeoProcessorEvents Interface > IGeoProcessorEvents.PreToolExecute Method (ArcObjects .NET 10.5 SDK) |
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