ArcObjects Library Reference (Display)  

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

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.

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

ICartographicLineSymbol Interface | ITemplate Interface | ILineSymbol Interface | IMultiLayerLineSymbol Interface | IHashLineSymbol Interface | IPictureLineSymbol Interface | ILineProperties Interface

.NET Snippets

Create Line Fill Symbol | Create Cartographic Line Symbol

.NET Samples

Dynamic biking (Code Files: DynamicBikingCmd) | ArcGIS Network Analyst extension barrier location editor (Code Files: EditorForm)

.NET Related Topics

How to create map grids | How to make a cartographic line symbol | How to make a line fill symbol