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 > IGPComHelper Interface (ArcObjects .NET 10.5 SDK) |
Provides access to properties and methods on a Geoprocessing helper object.
Description | ||
---|---|---|
AddToolbox | Adds a reference to the specified toolbox to the GeoProcessor. | |
EnvironmentManager | The environment manager object associated with the helper. | |
Execute | Executes the specified tool. | |
GetParameterName | Get the parameter name for a given tool and index. | |
RemoveToolbox | Removes the reference to the specified toolbox from the GeoProcessor. |
CoClasses and Classes | Description |
---|---|
GpDispatch | Utility object used to execute geoprocessing tools. |
The IGPComHelper interface provides access to the properties and methods of the GPComHelper object. It is mainly intended for C++ developers to easily execute geoprocessing functions. Use this interface to invoke/create a GPEnvironmentManager object. With ArcGIS 9.2, C++ developers are now recommended to use the new Geoprocessor class.
See also IGeoprocessor