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


IGPArealUnit.ConvertValue Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPArealUnit.ConvertValue Method

Converts the current value to the specified areal unit type.

[Visual Basic .NET]
Public Function ConvertValue ( _
    ByVal Units As esriAreaUnits _
) As Double
[C#]
public double ConvertValue (
    esriAreaUnits Units
);
[C++]
HRESULT ConvertValue(
  esriAreaUnits Units,
  double* pValue
);
[C++]

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

Product Availability

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

See Also

IGPArealUnit Interface