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


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

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

Name 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.

Classes that implement IMultiLayerFillSymbol

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

See Also

IFillSymbol Interface