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