This document is archived and information here might be outdated. Recommended version. |
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*