This list contains entries for some of the basic Area units. Used, for example, when calling the AreasAndLengths method of Geometry.

Namespace:  ESRI.ArcGIS.VE
  (in ArcGISVE.exe)

Syntax

JScript
 enum AreaUnits

Members

Member nameDescription
SquareMeters
SquareFeet
SquareKilometers
SquareMiles
Acres
Hectares

Remarks

The values are numeric and and can be used as index values for items in the AreaUnitNames array of a Geometry instance. By default, the names are in English. To change the values (to use for another language, to use abbreviations, etc.), define a new array for the property, for example:
Copy 
geomService.AreaUnitNames = ["sqm","sqft","km","sqmi","ac","h"];

See Also