ArcObjects Library Reference (Geoprocessing)  

IMdParameter.Value Property

The value of the parameter object.

[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

IMdParameter Interface