Provides access to members that control the cartographic line symbol.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
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.
Members
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. |
Inherited Interfaces
Interfaces | Description |
---|---|
ILineSymbol | Provides access to members that control line symbols. |
CoClasses that implement ICartographicLineSymbol
CoClasses and 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. |
Remarks
MiterLimit is not yet implemented.
See Also
IPictureLineSymbol Interface | ICartographicLineSymbol Interface | ILineProperties Interface | ILineSymbol Interface | ITemplate Interface | IHashLineSymbol Interface | IMultiLayerLineSymbol Interface