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 > IDotDensityRenderer Interface > IDotDensityRenderer.DotValue Property (ArcObjects .NET 10.5 SDK) |
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
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.