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 | ||
---|---|---|
DecorationOnTop | Indicates if the decoration is drawn on top. | |
Flip | Indicates if the line symbol is flipped. | |
LineDecoration | Line decoration element collection. | |
LineStartOffset | The line start offset. | |
Offset | The line offset value. | |
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
IPictureLineSymbol Interface | ICartographicLineSymbol Interface | ILineProperties Interface | ILineSymbol Interface | ITemplate Interface | IHashLineSymbol Interface | IMultiLayerLineSymbol Interface | ILineDecoration Interface | ILineDecorationElement Interface