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


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

ILineDecorationElement Interface

Provides access to members that control the line decoration element.

Product Availability

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

Description

ILineDecorationElement implements methods for other interfaces of line decoration elements, like ISimpleLineDecorationElement . You define a marker symbol, how many times it appears, and locations for a line decoration. In order to have line decoration elements that are different on the same line, you will create multiple ISimpleLineDecorationElements .

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

Classes that implement ILineDecorationElement

Classes Description
SimpleLineDecorationElement Simple Line Decoration Element.

See Also

ILineDecorationElement Interface | ILineDecoration Interface