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.