This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPArealUnit Interface > IGPArealUnit.Value Property (ArcObjects .NET 10.5 SDK) |
Gets the value, as a double, of the areal 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