Provides access to the properties/methods of a geoprocessing environment management object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
When To Use
The IGPEnvironmentManager interface provides access to the properties and method of the GPEnvironmentManager object. The GPEnvironmentManager is the managing object for all environments and settings used by the Geoprocessor and its tools. It is passed to each tool for use during Validate() and Execute().
Members
Description | ||
---|---|---|
AddEnvironment | Adds the given geoprocessing environment to the environment manager. | |
FindEnvironment | Locates and returns the environment with the specified name. | |
GetEnvironments | Returns the environments of the environment manager as an array. | |
GetEnvVariant | Returns the value of the given environment as a variant. | |
GetLocalEnvironments | Returns an array of the environments that have been updated locally. | |
Parent | Returns the parent environment manager. | |
PersistAll | Indicates whether all environments or only local environments are persisted. | |
PutEnvVariant | Sets the value of the given environment to the given variant. | |
RemoveEnvironment | Removes the given geoprocessing environment from the environment manager. | |
RemoveEnvironments | Removes all environments from the environment manager. | |
SubstituteEnvironments | Substitues the values of the given array of parameters with the current environment values. |
CoClasses that implement IGPEnvironmentManager
CoClasses and Classes | Description |
---|---|
GPEnvironmentManager | Environment Manager. |