Go to the source code of this file.
§ AGSSimpleLineSymbolMarkerPlacement
The list of possible marker placements on a simple line symbol.
- Since
- 100.2
| Enumerator |
|---|
| AGSSimpleLineSymbolMarkerPlacementBegin | A marker is placed at the beginning of the simple line symbol.
|
| AGSSimpleLineSymbolMarkerPlacementEnd | A marker is placed at the end of the simple line symbol.
|
| AGSSimpleLineSymbolMarkerPlacementBeginAndEnd | A marker is placed at both the beginning and end of the simple line symbol.
|
§ AGSSimpleLineSymbolMarkerStyle
The list of possible marker styles to place on a simple line symbol.
- Since
- 100.2
| Enumerator |
|---|
| AGSSimpleLineSymbolMarkerStyleNone | No markers are placed at the end of the simple line symbol.
|
| AGSSimpleLineSymbolMarkerStyleArrow | Arrow marker(s) placed at the beginning, end, or beginning and end of the simple line symbol depending on the associated value of AGSSimpleLineSymbolMarkerPlacement.
|
§ AGSSimpleLineSymbolStyle
The list of possible simple line symbol styles.
- Since
- 100
| Enumerator |
|---|
| AGSSimpleLineSymbolStyleDash | Dash line.
|
| AGSSimpleLineSymbolStyleDashDot | Dash dot line.
|
| AGSSimpleLineSymbolStyleDashDotDot | Dash dot dot line.
|
| AGSSimpleLineSymbolStyleDot | Dot line.
|
| AGSSimpleLineSymbolStyleNull | Invisible line.
|
| AGSSimpleLineSymbolStyleSolid | Solid line.
|