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


IGPToolCommandHelper.Invoke Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPToolCommandHelper Interface > IGPToolCommandHelper.Invoke Method
ArcGIS Developer Help

IGPToolCommandHelper.Invoke Method

Invokes the tool currently associated with the command.

[Visual Basic .NET]
Public Sub Invoke ( _
    ByVal Parameters As IArray _
)
[C#]
public void Invoke (
    IArray Parameters
);
[C++]
HRESULT Invoke(
  IArray* Parameters
);
[C++]
Parameters
Parameters [in]

Parameters is a parameter of type IArray*

Product Availability

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

See Also

IGPToolCommandHelper Interface