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


IGeoProcessor.GetEnvironmentValue Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGeoProcessor.GetEnvironmentValue Method

Retrieve the value of an environment by name. The properties of the current Geoprocessing session.

[Visual Basic .NET]
Public Function GetEnvironmentValue ( _
    ByVal environmentName As String _
) As Object
[C#]
public object GetEnvironmentValue (
    string environmentName
);
[C++]
HRESULT GetEnvironmentValue(
  BSTR environmentName,
  VARIANT* pvarResult
);
[C++]

Parameters environmentName [in] environmentName is a parameter of type BSTR pvarResult [out, retval] pvarResult is a parameter of type VARIANT

Product Availability

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

See Also

IGeoProcessor Interface