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


IDotDensityRenderer.DotValue Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IDotDensityRenderer.DotValue Property

Value of each dot.

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

This property controls how many dots will be placed in each polygon. As DotValue increases, fewer dots will be placed in each polygon. Conversely, use a smaller DotValue to place more dots in each polygon. Customarily, a round number is used for this value.

See Also

IDotDensityRenderer Interface