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


IGPToolCommandHelper Interface (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
ArcGIS Developer Help

IGPToolCommandHelper 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

Name Description
Method Invoke Invokes the tool 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.

Classes that implement IGPToolCommandHelper