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


IMdProcess.EnvironmentManager Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdProcess Interface > IMdProcess.EnvironmentManager Property
ArcGIS Developer Help

IMdProcess.EnvironmentManager Property

The set of overriding environment values used when validating/executing the process.

[Visual Basic .NET]
Public Property EnvironmentManager As IGPEnvironmentManager
[C#]
public IGPEnvironmentManager EnvironmentManager {get; set;}
[C++]
HRESULT get_EnvironmentManager(
  IGPEnvironmentManager** ppEnvMgr
);
[C++]
HRESULT putref_EnvironmentManager(
  IGPEnvironmentManager* ppEnvMgr
);
[C++]
Parameters
ppEnvMgr [out, retval]

ppEnvMgr is a parameter of type IGPEnvironmentManager** ppEnvMgr [in]
ppEnvMgr is a parameter of type IGPEnvironmentManager*

Product Availability

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

See Also

IMdProcess Interface