This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPEnvironmentManager Interface (ArcObjects .NET 10.4 SDK) |
Provides access to the properties/methods of a geoprocessing environment management object.
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().
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 and Classes | Description |
---|---|
GPEnvironmentManager | Environment Manager. |