ArcObjects Library Reference (Geoprocessing)  

IGpDescribeGeometry.Area Property

The area of the geometry object.

[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

Product Availability

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

See Also

IGpDescribeGeometry Interface