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


IGPEnvironmentManager.GetLocalEnvironments Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPEnvironmentManager Interface > IGPEnvironmentManager.GetLocalEnvironments Method
ArcGIS Developer Help

IGPEnvironmentManager.GetLocalEnvironments Method

Returns an array of the environments that have been updated locally.

[Visual Basic .NET]
Public Function GetLocalEnvironments ( _
) As IArray
[C#]
public IArray GetLocalEnvironments (
);
[C++]
HRESULT GetLocalEnvironments(
void
);

Product Availability

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

Remarks

The GetLocalEnvironments method returns the environments [as an IArray object] defined for an object such as a model process or a model.

See Also

IGPEnvironmentManager Interface