ArcObjects Library Reference (Display)  

ILineProperties Interface

Provides access to members that control the properties common to several line types.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

ILineProperties is a set of high order properties for some specialized line symbol interfaces, like IHashLineSymbol . These properties aren't implemented for all line symbols because they don't always apply. But for the sake of convenience they are placed in this interface so they can be accessed in a consistent manner, e.g., making a function that sets line properties for any given line symbol interface that supports ILineProperties .

Members

Description
Read/write property DecorationOnTop Indicates if the decoration is drawn on top.
Read/write property Flip Indicates if the line symbol is flipped.
Read/write property LineDecoration Line decoration element collection.
Read/write property LineStartOffset The line start offset.
Read/write property Offset The line offset value.
Read/write property Template The line template.

CoClasses that implement ILineProperties

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.

See Also

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

.NET Snippets

Create Cartographic Line Symbol

.NET Samples

Dynamic biking (Code Files: DynamicBikingCmd)

.NET Related Topics

How to make a cartographic line symbol