ArcObjects Library Reference (Geoprocessing)  

IGPLinearUnit.Value Property

Gets the value, as a double, of the linear unit.

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

Parameters

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

Product Availability

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

See Also

IGPLinearUnit Interface