This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPLinearUnit Interface > IGPLinearUnit.Value Property (ArcObjects .NET 10.4 SDK) |
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