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


IGPDouble.Value Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPDouble.Value Property

The value of the geoprocessing value object as a double.

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

Parameters Value [out, retval] Value is a parameter of type double Value [in] Value is a parameter of type double

Product Availability

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

See Also

IGPDouble Interface