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


IDotDensityFillSymbol.DotSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDotDensityFillSymbol Interface > IDotDensityFillSymbol.DotSize Property
ArcGIS Developer Help

IDotDensityFillSymbol.DotSize Property

The size of dots used to fill.

[Visual Basic .NET]
Public Property DotSize As Double
[C#]
public double DotSize {get; set;}
[C++]
HRESULT get_DotSize(
  System.Double* DotSize
);
[C++]
HRESULT put_DotSize(
  double DotSize
);
[C++]
Parameters
DotSize [out, retval]

DotSize is a parameter of type double* DotSize [in]
DotSize is a parameter of type double

Product Availability

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

Description

The size of the dots used for filling symbols. Decrease the DotSize for a less dense map, or increase for a more dense map. This value overrides the size values of all of the dot symbols set through ISymbolArray.

See Also

IDotDensityFillSymbol Interface