This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDotDensityUIRenderer Interface > IDotDensityUIRenderer.MaxDensityArea Property (ArcObjects .NET 10.5 SDK) |
Area in map units of the polygon with maximum density.
[Visual Basic .NET] Public Property MaxDensityArea As Double
[C#] public double MaxDensityArea {get; set;}
[C++]
HRESULT get_MaxDensityArea(
double* Value
);
[C++]
HRESULT put_MaxDensityArea(
double Value
);
[C++]
Parameters Value [out, retval] Value is a parameter of type double Value [in] Value is a parameter of type double