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


IPolygonMeasurement.AreaMeasurement Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IPolygonMeasurement.AreaMeasurement Property

The area measurement.

[Visual Basic .NET]
Public Property AreaMeasurement As Double
[C#]
public double AreaMeasurement {get; set;}
[C++]
HRESULT get_AreaMeasurement(
  System.Double* AreaMeasurement
);
[C++]
HRESULT put_AreaMeasurement(
  double AreaMeasurement
);
[C++]

Parameters AreaMeasurement [out, retval]
AreaMeasurement is a parameter of type double* AreaMeasurement [in]
AreaMeasurement is a parameter of type double

Product Availability

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

See Also

IPolygonMeasurement Interface