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


IDotDensityUIRenderer.MeanArea Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IDotDensityUIRenderer.MeanArea Property

Mean area in map units.

[Visual Basic .NET]
Public Property MeanArea As Double
[C#]
public double MeanArea {get; set;}
[C++]
HRESULT get_MeanArea(
  double* Value
);
[C++]
HRESULT put_MeanArea(
  double Value
);
[C++]

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

Product Availability

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

Description

The mean area in map units for all features in the feature class.  meanArea=sum of areas for all features / number of features.

See Also

IDotDensityUIRenderer Interface