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


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

ISimpleLineDecorationElement Interface

Provides access to members that control the simple line decoration.

Product Availability

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

Description

ISimpleLineDecorationElement is a way of specifying a marker symbol to be used as a decoration element. See the ILineDecorationElement interface for the generic decoration element properties. With the ISimpleLineDecorationElement you have the ability to set whether the marker symbol rotates with the slope of the line as it is drawn, and whether the marker symbols are flipped (mirror flipped, so if they are arrow heads, you can change their direction).

Members

Name Description
Method AddPosition Adds a position.
Method ClearPositions Clears all positions.
Method DeletePosition Deletes a position.
Method Draw Draws the given line geometry.
Read/write property FlipAll Indicates if all symbols are flipped 180 degrees.
Read/write property FlipFirst Indicates if marker symbol in '0' position is flipped 180 degrees.
Read/write property MarkerSymbol The marker symbol.
Read-only property Position The element position at the given index.
Read/write property PositionAsRatio Indicates if positions represent percentage or absolute distance along the line.
Read-only property PositionCount The number of positions.
Method QueryBoundary Queries for the boundary of a given line geometry.
Read/write property Rotate Indicates if marker symbols are rotated to follow the line.

Inherited Interfaces

Interfaces Description
ILineDecorationElement Provides access to members that control the line decoration element.

Classes that implement ISimpleLineDecorationElement

Classes Description
SimpleLineDecorationElement Simple Line Decoration Element.

.NET Samples

ArcGIS Network Analyst extension barrier location editor