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


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

IGPParameterEdit.Value Property

The current value object of the geoprocessing parameter.

[Visual Basic .NET]
Public WriteOnly Property Value
[C#]
public void Value {set;}
[C++]
HRESULT putref_Value(
  IGPValue* 
);
[C++]
Parameters
 [in]

is a parameter of type IGPValue*

Product Availability

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

See Also

IGPParameterEdit Interface