ArcObjects Library Reference (Geoprocessing)  

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

.NET Related Topics

GeoprocessingUI |