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


IGPComHelper.EnvironmentManager Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPComHelper.EnvironmentManager Property

The environment manager object associated with the helper.

[Visual Basic .NET]
Public ReadOnly Property EnvironmentManager As IGPEnvironmentManager
[C#]
public IGPEnvironmentManager EnvironmentManager {get;}
[C++]
HRESULT get_EnvironmentManager(
  IGPEnvironmentManager** envMgr
);
[C++]

Parameters envMgr [out, retval]
envMgr is a parameter of type IGPEnvironmentManager

Product Availability

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

See Also

IGPComHelper Interface