ArcObjects Library Reference (Display)  

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

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.

CoClasses that implement IDotDensityFillSymbol2

CoClasses and 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

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