This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpDispatch Interface > IGpDispatch.GetSystemEnvironment Method (ArcObjects .NET 10.4 SDK) |
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