This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGeoProcessor2 Interface > IGeoProcessor2.SetEnvironmentValue Method (ArcObjects .NET 10.5 SDK) |
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