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