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.