This document is archived and information here might be outdated.  Recommended version.


IAreaGeodetic.AreaGeodetic Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IA > IAreaGeodetic Interface > IAreaGeodetic.AreaGeodetic Property
ArcGIS Developer Help

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,
  System.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