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


IGPEnvironmentImpl.GetValue Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPEnvironmentImpl.GetValue Method

The value.

[Visual Basic .NET]
Public Function GetValue ( _
) As IGPValue
[C#]
public IGPValue GetValue (
);
[C++]
HRESULT GetValue(
  IGPValue** ppValue
);
[C++]

Parameters ppValue [out, retval]
ppValue is a parameter of type IGPValue

Product Availability

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

See Also

IGPEnvironmentImpl Interface