Class: GameEngine/Geometry/ArcGISAreaUnitId
Since: 1.0.0
Defines a list of the most commonly-used units of area measurement. These values can be used to create instances of ArcGISAreaUnit, as an alternative to using well-known IDs (WKIDs). In addition to the units in this enumeration, you can also use less commonly-used units, by passing a WKID of an area unit to the inherited ArcGISUnit.FromWKID factory method. The function ArcGISUnit.WKID returns the WKID of the unit.
Since | Value | Summary |
---|---|---|
1.0.0 | Other | Indicates that the unit of area measurement is a custom unit, or a unit not listed in the enumerated type. This value may be returned from an AreaUnit created from a WKID of a less commonly used unit of measurement that does not have an equivalent value in this enumeration. |
1.0.0 | Acres | Indicates an area measurement in acres. This unit has a WKID of 109402. |
1.0.0 | Hectares | Indicates an area measurement in hectares. This unit has a WKID of 109401. |
1.0.0 | Square | Indicates an area measurement in square centimeters. This unit has a WKID of 109451. |
1.0.0 | Square | Indicates an area measurement in square decimeters. This unit has a WKID of 109450. |
1.0.0 | Square | Indicates an area measurement in square feet. This unit has a WKID of 109405. |
1.0.0 | Square | Indicates an area measurement in square kilometers. This unit has a WKID of 109414. |
1.0.0 | Square | Indicates an area measurement in square meters. This unit has a WKID of 109404. |
1.0.0 | Square | Indicates an area measurement in square millimeters. This unit has a WKID of 109452. |
1.0.0 | Square | Indicates an area measurement in square statute miles. This unit has a WKID of 109439. |
1.0.0 | Square | Indicates an area measurement in square yards. This unit has a WKID of 109442. |