ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Geometry Namespace / AreaUnit Class / Acres Property
Example

In This Topic
    Acres Property
    In This Topic
    Gets an area unit object representing area in US acres (Factory Code = 109403).
    Syntax
    Public Shared ReadOnly Property Acres As AreaUnit
    public static AreaUnit Acres {get;}
    Example
    AreaUnit - Convert between hectares and acres
    {
      // convert 2 hectares to acres
      double acres = AreaUnit.Hectares.ConvertTo(2, AreaUnit.Acres);
    }
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also