This document is archived and information here might be outdated.  Recommended version.


ICartographicLineSymbol Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IC > ICartographicLineSymbol Interface
ArcGIS Developer Help

ICartographicLineSymbol Interface

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

Name Description
Read/write property Cap Line end cap style.
Read/write property Color Line symbol color.
Read/write property Join Line join style.
Read/write property MiterLimit Size threshold for showing mitered line joins.
Read/write property Width Line symbol width.

Inherited Interfaces

Interfaces Description
ILineSymbol Provides access to members that control line symbols.

Classes that implement ICartographicLineSymbol

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 | IMultiLayerLineSymbol Interface | IHashLineSymbol Interface | ILineProperties Interface | ITemplate Interface | ICartographicLineSymbol Interface | ILineSymbol Interface

.NET Samples

Dynamic biking ArcGIS Network Analyst extension barrier location editor