This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdModel Interface > IMdModel.EnvironmentManager Property (ArcObjects .NET 10.4 SDK) |
The set of overriding environment values used when validating/executing the model.
[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