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


IGPEnvironment.Value Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPEnvironment Interface > IGPEnvironment.Value Property
ArcGIS Developer Help

IGPEnvironment.Value Property

Value of the geoprocessing environment.

[Visual Basic .NET]
Public Property Value As IGPValue
[C#]
public IGPValue Value {get; set;}
[C++]
HRESULT get_Value(
  IGPValue** Value
);
[C++]
HRESULT putref_Value(
  IGPValue* Value
);
[C++]
Parameters
Value [out, retval]

Value is a parameter of type IGPValue** Value [in]
Value is a parameter of type IGPValue*

Product Availability

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

Remarks

The Value property returns the value of this environment setting such as the path string for the Current Workspace.

See Also

IGPEnvironment Interface