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


IDotDensityFillSymbol.DotSpacing 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.DotSpacing Property
ArcGIS Developer Help

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