Provides access to members that control the multilayer line symbol.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
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.
Members
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. |
Inherited Interfaces
Interfaces | Description |
---|---|
ILineSymbol | Provides access to members that control line symbols. |
CoClasses that implement IMultiLayerLineSymbol
CoClasses and Classes | Description |
---|---|
MultiLayerLineSymbol | A line symbol that contains one or more layers. |