Gets the given system environment.
[Visual Basic .NET] Public Function GetSystemEnvironment ( _ ByVal envName As String _ ) As String
[C#] public string GetSystemEnvironment ( string envName );
[C++]
HRESULT GetSystemEnvironment(
BSTR envName,
BSTR* pEnvironment
);
[C++]Parameters
envName [in] envName is a parameter of type BSTR pEnvironment [out, retval] pEnvironment is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.