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


IDotDensityUIRenderer.MinDensityArea Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IDotDensityUIRenderer.MinDensityArea Property

Area in map units of the polygon with minimum density.

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