The ShowLonEndTick returns or sets the visibility of graticule longitude (X) line end tick marks. Returns a Boolean.
Syntax
object.ShowLonEndTick
object.ShowLonEndTick = ShowLonEndTick
Parameter |
Type |
Description |
ShowLonEndTick |
Boolean |
required; true to display longitude (X) line tick marks |
Example 1
This example returns the visibility of end tick marks for graticule longitude (X) lines.
Debug.Print Grat.ShowLonEndTick
Example 2
This example makes the end tick marks for graticule longitude (X) lines invisible.
Grat.ShowLonEndTick = False
Used by: Graticule object