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


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

IDotDensityFillSymbol2 Interface

Provides access to further properties of a data driven symbol commonly used with a dot density renderer.

Product Availability

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

Members

Name Description
Read/write property BackgroundColor The background color.
Read/write property Color Fill color.
Read/write property DotCount The number of dots used to fill.
Read/write property DotSize The size of dots used to fill.
Read/write property DotSpacing The distance between dot centers, expressed as a percentage of dot size.
Read/write property FixedPlacement Indicates if the dots are always placed at the same location (the alternative is random placement).
Read/write property Outline Line symbol of fill outline.
Read/write property RandomSeed Defines how the random generator is initialized to draw dots randomly.

Inherited Interfaces

Interfaces Description
IDotDensityFillSymbol Provides access to the main properties of a data driven symbol commonly used with a dot density renderer.
IFillSymbol Provides access to members that control fill symbols.

Classes that implement IDotDensityFillSymbol2

Classes Description
DotDensityFillSymbol Defines a dot density fill symbol, a data driven symbol commonly used with the dot density renderer.

Remarks

IDotDensityFillSymbol2 extends the IDotDensityFillSymbol Interface to provide access to the Random Seed property used to generate the dot patterns in the fill symbol.

See Also

IDotDensityFillSymbol Interface | IMarkerFillSymbol Interface | ILineFillSymbol Interface | IGradientFillSymbol Interface | IFillSymbol Interface | IDotDensityFillSymbol2 Interface | IFillProperties Interface | IPictureFillSymbol Interface | IMultiLayerFillSymbol Interface | IDotDensityMasking Interface