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


IDotDensityUIRenderer Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDotDensityUIRenderer Interface
ArcGIS Developer Help

IDotDensityUIRenderer Interface

Provides access to members that work with additional renderer properties which appear on the user interface.

Product Availability

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

Description

This interface provides access to properties of a DotDensityRenderer that are data-related.  You must set properties through this interface for the interactive GUI control on the MultiDotDensityPropertyPage to work properly.

Members

Name Description
Read/write property MaxDensity Maximum density.
Read/write property MaxDensityArea Area in map units of the polygon with maximum density.
Read/write property MeanArea Mean area in map units.
Read/write property MeanDensity Mean density.
Read/write property MinDensity Minimum density.
Read/write property MinDensityArea Area in map units of the polygon with minimum density.

Classes that implement IDotDensityUIRenderer

Classes Description
DotDensityRenderer A dot density renderer.