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 | ||
---|---|---|
AddLayer | Add fill symbol layer. | |
ClearLayers | Remove all symbol layers. | |
Color | Fill color. | |
DeleteLayer | Delete fill symbol layer. | |
DrawLayer | Draw a symbol layer. | |
Layer | Fill symbol per layer position. | |
LayerCount | Symbol layer count. | |
MoveLayer | Change symbol layer position index. | |
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. |