Provides access to members that control the line decoration.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
ILineDecoration maintains the list of line decoration elements that will be displayed on a line symbol via the ILineProperties interface. Line decorations are elements that are displayed at a particular location a line. You indicate the location you want the element to appear based on the percentage along the line. Thus, a position of 0 would be at the beginning, 1 would be at the end, and 0.5 would be half way.
Members
Description | ||
---|---|---|
AddElement | Adds an element. | |
ClearElements | Clears all line decoration elements. | |
DeleteElement | Deletes the element at the given index. | |
Draw | Draws the given line geometry. | |
Element | The element at the given position. | |
ElementCount | The number of line decoration elements. | |
MoveElement | Moves a line decoration element to the given index. | |
QueryBoundary | Queries for the boundary of the given line geometry. |
CoClasses that implement ILineDecoration
CoClasses and Classes | Description |
---|---|
LineDecoration | Places a marker (decoration) at a specific location along a line symbol. |
See Also
ILineDecoration Interface | ILineDecorationElement Interface