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


IGPArealUnit.Value Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPArealUnit Interface > IGPArealUnit.Value Property
ArcGIS Developer Help

IGPArealUnit.Value Property

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(
  System.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

IGPArealUnit Interface