ArcObjects Library Reference (Geoprocessing)  

IGeoProcessor2.SetEnvironmentValue Method

Update the value of an environment by name. The properties of the current Geoprocessing session.

[Visual Basic .NET]
Public Sub SetEnvironmentValue ( _
    ByVal environmentName As String, _
    ByVal Value As Object _
)
[C#]
public void SetEnvironmentValue (
    string environmentName,
    object Value
);
[C++]
HRESULT SetEnvironmentValue(
  BSTR environmentName,
  VARIANT Value
);
[C++]

Parameters

environmentName [in]   environmentName is a parameter of type BSTR Value [in]   Value is a parameter of type VARIANT

Product Availability

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

See Also

IGeoProcessor2 Interface