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


IGpDispatch.GetSystemEnvironment Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpDispatch Interface > IGpDispatch.GetSystemEnvironment Method
ArcGIS Developer Help

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
);
[C++]
Parameters
envName [in]

envName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGpDispatch Interface