This document is archived and information here might be outdated. Recommended version. |
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