The current value object of the geoprocessing parameter.
[Visual Basic .NET] Public ReadOnly Property Value As IGPValue
[C#] public IGPValue Value {get;}
[C++]
HRESULT get_Value(
IGPValue** Value
);
[C++]Parameters
Value [out, retval]Value is a parameter of type IGPValue
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The Value property defines the value of a parameter's data type. For example, if the data type is FeatureClass, then the parameter's default value is FeatureClass. Values are the actual data inputs to a geoprocessing tool, containing scalars or the path to the data on disk. For the complete list of Value objects, refer to IGPValue in the ArcGIS Develop Help.