ArcObjects Library Reference (Geometry)  

IAreaGeodetic.AreaGeodetic Property

The area.

[Visual Basic .NET]
Public Function get_AreaGeodetic ( _
    ByVal lineType As esriGeodeticType, _
    ByVal pAreaUnit As ILinearUnit _
) As Double
[C#]
public double get_AreaGeodetic (
    esriGeodeticType lineType,
    ILinearUnit pAreaUnit
);
[C++]
HRESULT get_AreaGeodetic(
  esriGeodeticType lineType,
  ILinearUnit* pAreaUnit,
  double* Area
);
[C++]

Parameters

lineType

  lineType is a parameter of type esriGeodeticType

pAreaUnit

  pAreaUnit is a parameter of type ILinearUnit

Area [out, retval]   Area is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAreaGeodetic Interface