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 | ||
---|---|---|
AddPosition | Adds a position. | |
ClearPositions | Clears all positions. | |
DeletePosition | Deletes a position. | |
Draw | Draws the given line geometry. | |
Position | The element position at the given index. | |
PositionAsRatio | Indicates if positions represent percentage or absolute distance along the line. | |
PositionCount | The number of positions. | |
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