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


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

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