This document is archived and information here might be outdated. Recommended version. |
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
);
[C++] Parameters environmentName [in]
environmentName is a parameter of type BSTR