ArcObjects Library Reference (Display)  

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

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.

CoClasses that implement ILineDecorationElement

CoClasses and Classes Description
SimpleLineDecorationElement Simple Line Decoration Element.

See Also

ILineDecoration Interface | ILineDecorationElement Interface