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


IGPToolCommandHelper2 Interface (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPToolCommandHelper2 Interface

Provides access to the properties and methods of a Geoprocessing Tool Command Helper object.

Product Availability

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

Members

Description
Method Invoke Invokes the tool currently associated with the command.
Method InvokeModal Invokes the tool with a modal dialog currently associated with the command.
Method SetTool Associates the command object with a particular tool to be executed when the command is invoked.
Method SetToolByName Associates the command object with a particular tool to be executed when the command is invoked.
Read-only property Tool The geoprocessing tool currently associated with the command.

Inherited Interfaces

Interfaces Description
IGPToolCommandHelper Provides access to the properties and methods of a Geoprocessing Tool Command Helper object.

.NET Related Topics

Opening a geoprocessing tool's dialog box in .NET