Provides access to members that calculate ellipsoidal area of polygons using various perimeter densification methods.
Members
| Name | Description | |
|---|---|---|
![]() |
AreaGeodetic | The area. |
IAreaGeodetic.AreaGeodetic Property
The area.
Public Function get_AreaGeodetic ( _
    ByVal lineType As esriGeodeticType, _
    ByVal pAreaUnit As ILinearUnit _
) As Double
public double get_AreaGeodetic (
    esriGeodeticType lineType,
    ILinearUnit pAreaUnit
);
Classes that implement IAreaGeodetic
| Classes | Description |
|---|---|
| Polygon | A collection of rings ordered by their containment relationship; optionally has measure, height and ID attributes. |
