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