This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the multilayer line symbol.
IMultiLayerLineSymbol is used for creating composite line symbols consisting of multiple layers. A layer can be of any type that is supported by the ILineSymbol interface. Use the ILineSymbol interface for setting additional properties.
Name | Description | |
---|---|---|
AddLayer | Adds a layer to the line symbol. | |
ClearLayers | Removes all line symbol layers. | |
Color | Line symbol color. | |
DeleteLayer | Deletes a layer from the line symbol. | |
DrawLayer | Draws a line symbol layer. | |
Layer | Line symbol per index value. | |
LayerCount | The number of layers in the symbol. | |
MoveLayer | Move line symbol layer to different layer position. | |
Width | Line symbol width. |
Interfaces | Description |
---|---|
ILineSymbol | Provides access to members that control line symbols. |
Classes | Description |
---|---|
MultiLayerLineSymbol | A line symbol that contains one or more layers. |