ArcObjects Library Reference (Geoprocessing)  

IGPParameterInfo.Value Property

The parameter value.

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

Parameters

ppValue [out, retval]

  ppValue is a parameter of type IGPValue

ppValue [in]

  ppValue is a parameter of type IGPValue

Product Availability

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

See Also

IGPParameterInfo Interface