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


GPEnvironmentManager Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Classes > G > GPEnvironmentManager Class
ArcGIS Developer Help

GPEnvironmentManagerClass Class

Environment Manager.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

Interfaces

Interfaces Description
IClone (esriSystem) Provides access to members that control cloning of objects.
IGeoProcessorSettings Provides access to the properties/methods of the GeoProcessor settings.
IGPDefaultNameList Provides access to the properties/methods to manage a list of output dataset names.
IGPEnvironmentManager Provides access to the properties/methods of a geoprocessing environment management object.
IGPVariableManager Provides access to GPVariableManager objects.
IPersist (esriSystem)
IPersistStream (esriSystem)
IXMLSerialize (esriSystem) Provides access to members that XML serialize and deserialize an object to/from XML.

Remarks

The GPEnvironmentManager is a collection of environments used by geoprocessing tools. It is the managing object for all geoprocessing environments and their settings. The GPEnvironmentManager object is passed to each tool during Validate() and Execute() to provide access to all current environments and settings.