This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IC > ICadastralUnitTools Interface > ICadastralUnitTools.ConvertArea Property (ArcObjects .NET 10.4 SDK) |
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