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


IGpDispatch.GetSystemEnvironment Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGpDispatch.GetSystemEnvironment Method

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.

See Also

IGpDispatch Interface