ArcObjects Library Reference  (Display)    

IMarkerFillSymbol Interface

Provides access to members that control the marker fill symbol.

Product Availability

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

Description

IMarkerFillSymbol can be used to create a fill pattern that is composed of any marker supported by the IMarkerSymbol interface. These include: ICharacterMarkerSymbol, ISimpleMarkerSymbol, IArrowMarkerSymbol, and IPictureMarkerSymbol. Use the Style enumeration to display the markers in a grid, esriMFSGrid, or random, esriMFSRandom, pattern. Use the IFillSymbol interface to set additional properties for IMarkerFillSymbols.

Members

Description
Read/write property Color Fill color.
Read/write property GridAngle Angle of marker position grid.
Read/write property MarkerSymbol Marker symbol used for fill.
Read/write property Outline Line symbol of fill outline.
Read/write property Style Fill style.

Inherited Interfaces

Interfaces Description
IFillSymbol Provides access to members that control fill symbols.

CoClasses that implement IMarkerFillSymbol

CoClasses and Classes Description
MarkerFillSymbol A fill symbol comprised of any of the supported marker symbols.

 


Feedback Send feedback on this page