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


IDotDensityFillSymbol.DotSpacing Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

IDotDensityFillSymbol.DotSpacing Property

The distance between dot centers, expressed as a percentage of dot size.

[Visual Basic .NET]
Public Property DotSpacing As Double
[C#]
public double DotSpacing {get; set;}
[C++]
HRESULT get_DotSpacing(
  double* DotSpacing
);
[C++]
HRESULT put_DotSpacing(
  double DotSpacing
);
[C++]

Parameters DotSpacing [out, retval] DotSpacing is a parameter of type double DotSpacing [in] DotSpacing is a parameter of type double

Product Availability

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

Description

DotSpacing is expressed as a percentage of dot size, where 100% means that dots can just touch and 0% means that dots can completely overlap. The default is 0%.

You can set a DotSpacing of greater than 100% to enforce a gap between dots.

Remarks

set_DotSpacing is currently not implemented .

See Also

IDotDensityFillSymbol Interface