This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the cartographic line symbol.
ICartographicLineSymbol can be used to draw solid lines as well as repeating dash patterns. You can set the Cap to control the appearance of the start and end nodes. The Join property can be used to control how line vertices will be displayed. Use the ILineSymbol, ILineProperties and the ITemplate interfaces to set additional properties for ICartographicLineSymbols.
Name | Description | |
---|---|---|
Cap | Line end cap style. | |
Color | Line symbol color. | |
Join | Line join style. | |
MiterLimit | Size threshold for showing mitered line joins. | |
Width | Line symbol width. |
Interfaces | Description |
---|---|
ILineSymbol | Provides access to members that control line symbols. |
Classes | Description |
---|---|
CartographicLineSymbol | A line symbol for drawing solid or dashed lines. |
HashLineSymbol | A line symbol for drawing hashed or slanted lines. |
MarkerLineSymbol | A line symbol composed of repeating markers. |
MiterLimit is not yet implemented.
IPictureLineSymbol Interface | IMultiLayerLineSymbol Interface | IHashLineSymbol Interface | ILineProperties Interface | ITemplate Interface | ICartographicLineSymbol Interface | ILineSymbol Interface