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 > IGeoProcessorEvents3 Interface > IGeoProcessorEvents3.PreToolExecute Method (ArcObjects .NET 10.5 SDK) |
Called immediately prior to the GeoProcessor executing a tool.
[Visual Basic .NET] Public Sub PreToolExecute ( _ ByVal result As IGeoProcessorResult _ )
[C#] public void PreToolExecute ( IGeoProcessorResult result );
[C++]
HRESULT PreToolExecute(
IGeoProcessorResult* result
);
[C++]
Parameters result [in]
result is a parameter of type IGeoProcessorResult