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


ICadastralUnitTools.ConvertArea Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ICadastralUnitTools.ConvertArea Property

Converts a metric area value into a given area unit.

[Visual Basic .NET]
Public Function get_ConvertArea ( _
    ByVal areaSQMeters As Double, _
    ByVal eOutputAreaType As esriCadastralAreaUnits _
) As Double
[C#]
public double get_ConvertArea (
    double areaSQMeters,
    esriCadastralAreaUnits eOutputAreaType
);
[C++]
HRESULT get_ConvertArea(
  double areaSQMeters,
  esriCadastralAreaUnits eOutputAreaType,
  double* pArea
);
[C++]

Parameters areaSQMeters [in] areaSQMeters is a parameter of type double eOutputAreaType [in]
eOutputAreaType is a parameter of type esriCadastralAreaUnits pArea [out, retval] pArea is a parameter of type double

Product Availability

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

See Also

ICadastralUnitTools Interface