ArcObjects Library Reference (Display)  

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(
  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