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


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

IDotDensityUIRenderer.MeanDensity Property

Mean density.

[Visual Basic .NET]
Public Property MeanDensity As Double
[C#]
public double MeanDensity {get; set;}
[C++]
HRESULT get_MeanDensity(
  double* Value
);
[C++]
HRESULT put_MeanDensity(
  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.

See Also

IDotDensityUIRenderer Interface