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