Provides access to properties and methods on a Geoprocessing helper object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
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 that implement IGPComHelper
CoClasses and Classes | Description |
---|---|
GpDispatch | Utility object used to execute geoprocessing tools. |
Remarks
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
[C++]