ArcObjects Library Reference (Display)  

IMultiLayerFillSymbol Interface

Provides access to members that control the multilayer fill symbol.

Product Availability

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

Description

IMultiLayerFillSymbol is used for creating composite fill symbols consisting of multiple layers. A layer can be of any type that is supported by the  IFillSymbol interface. Use the IFillSymbol interface for setting additional properties.

Members

Description
Method AddLayer Add fill symbol layer.
Method ClearLayers Remove all symbol layers.
Read/write property Color Fill color.
Method DeleteLayer Delete fill symbol layer.
Method DrawLayer Draw a symbol layer.
Read-only property Layer Fill symbol per layer position.
Read-only property LayerCount Symbol layer count.
Method MoveLayer Change symbol layer position index.
Read/write property Outline Line symbol of fill outline.

Inherited Interfaces

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

CoClasses that implement IMultiLayerFillSymbol

CoClasses and Classes Description
MultiLayerFillSymbol A fill symbol that contains one or more layers.