ESRI.ArcGIS.Geoprocessor
SetEnvironmentValue Method
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.Geoprocessor Namespace > Geoprocessor Class : SetEnvironmentValue Method




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

Syntax

Visual Basic (Declaration) 
Public Sub SetEnvironmentValue( _
   ByVal environmentName As String, _
   ByVal Value As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As Geoprocessor
Dim environmentName As String
Dim Value As Object
 
instance.SetEnvironmentValue(environmentName, Value)
C# 
public void SetEnvironmentValue( 
   string environmentName,
   object Value
)

Parameters

environmentName
Value

See Also

© 2010 All Rights Reserved.