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


IGPArealUnit.ConvertValue Method (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.ConvertValue Method
ArcGIS Developer Help

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
);
[C++]
Parameters
Units [in]

Units is a parameter of type esriAreaUnits

Product Availability

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

See Also

IGPArealUnit Interface