This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IA > IArea Interface > IArea.Area Property (ArcObjects .NET 10.5 SDK) |
The area.
[Visual Basic .NET] Public ReadOnly Property Area As Double
[C#] public double Area {get;}
[C++]
HRESULT get_Area(
double* Area
);
[C++]
Parameters Area [out, retval] Area is a parameter of type double
Returns the area enclosed between the Exterior Rings and the Interior Rings of the 2 (or 2.5) Dimensional geometry. Interior Rings return a negative Area.