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




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

Syntax

Visual Basic (Declaration) 
Public Function GetEnvironmentValue( _
   ByVal environmentName As String _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As Geoprocessor
Dim environmentName As String
Dim value As Object
 
value = instance.GetEnvironmentValue(environmentName)
C# 
public object GetEnvironmentValue( 
   string environmentName
)

Parameters

environmentName

See Also

© 2010 All Rights Reserved.