ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / AreaUnit Class
Properties Methods


In This Topic
    AreaUnit Class Members
    In This Topic

    The following tables list the members exposed by AreaUnit.

    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)Gets an area unit object representing area in US acres (Factory Code = 109403).  
    Public Propertystatic (Shared in Visual Basic)Gets an area unit object representing area in ares (Factory Code = 109463).  
    Public Property Gets the conversion factor of the unit. (Inherited from ArcGIS.Core.Geometry.Unit)
    Public PropertyGets the well-known ID of the unit. If the unit is a custom unit, then the factory code will be 0. (Inherited from ArcGIS.Core.Geometry.Unit)
    Public Propertystatic (Shared in Visual Basic)Gets an area unit object representing area in hectares (Factory Code = 109401).  
    Public PropertyGets the name of the unit. (Inherited from ArcGIS.Core.Geometry.Unit)
    Public Propertystatic (Shared in Visual Basic)Gets an area unit object representing area in square centimeters (Factory Code = 109451).  
    Public Propertystatic (Shared in Visual Basic)Gets an area unit object representing area in square decimeters (Factory Code = 109450).  
    Public Propertystatic (Shared in Visual Basic)Gets an area unit object representing area in square feet (Factory Code = 109405).  
    Public Propertystatic (Shared in Visual Basic)Gets an area unit object representing area in square inches (Factory Code = 109453).  
    Public Propertystatic (Shared in Visual Basic)Gets an area unit object representing area in square kilometers (Factory Code = 109414).  
    Public Propertystatic (Shared in Visual Basic)Gets an area unit object representing area in square meters (Factory Code = 109404).  
    Public Property Gets the square meters per unit.  
    Public Propertystatic (Shared in Visual Basic)Gets an area unit object representing area in square miles (Factory Code = 109439).  
    Public Propertystatic (Shared in Visual Basic)Gets an area unit object representing area in square millimeters (Factory Code = 109452).  
    Public Propertystatic (Shared in Visual Basic)Gets an area unit object representing area in square yards (Factory Code = 109442).  
    Public PropertyGets the type of unit. (Inherited from ArcGIS.Core.Geometry.Unit)
    Public Property Gets the well-known text of the unit. (Inherited from ArcGIS.Core.Geometry.Unit)
    Top
    Public Methods
     NameDescription
    Public MethodConverts square meters to the unit of this instance.  
    Public MethodConverts the area to the provided area unit.  
    Public MethodConverts the area to square meters.  
    Public Methodstatic (Shared in Visual Basic)Overloaded.   
    Public Method Gets the JSON representation of the unit in terms of the WKID. A custom unit has WKID = 0. (Inherited from ArcGIS.Core.Geometry.Unit)
    Public MethodGets a System.String that represents this unit. Returns the Unit.Name. (Inherited from ArcGIS.Core.Geometry.Unit)
    Top
    See Also