ArcObjects Library Reference (Geoprocessing)  

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