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


IGPEnvironmentManager.GetLocalEnvironments Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

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(
  IArray** envs
);
[C++]

Parameters envs [out, retval]
envs is a parameter of type IArray

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