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


IGPParameterInfo.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 > IGPParameterInfo Interface > IGPParameterInfo.Value Property
ArcGIS Developer Help

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