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
Description | ||
---|---|---|
AddPosition | Adds a position. | |
ClearPositions | Clears all positions. | |
DeletePosition | Deletes a position. | |
Draw | Draws the given line geometry. | |
FlipAll | Indicates if all symbols are flipped 180 degrees. | |
FlipFirst | Indicates if marker symbol in '0' position is flipped 180 degrees. | |
MarkerSymbol | The marker symbol. | |
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. | |
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. |
CoClasses that implement ISimpleLineDecorationElement
CoClasses and Classes | Description |
---|---|
SimpleLineDecorationElement | Simple Line Decoration Element. |