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


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

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

Name 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.

Classes that implement ILineProperties

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

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

.NET Samples

Dynamic biking