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


ICadastralUnitTools.ConvertArea Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > ICadastralUnitTools Interface > ICadastralUnitTools.ConvertArea Property
ArcGIS Developer Help

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