ShowLatEndTick Property

 

The ShowLatEndTick property returns or sets the visibility of the graticule latitude (Y) line end tick marks. Returns a Boolean.

 

Syntax

object.ShowLatEndTick

object.ShowLatEndTick = ShowLatEndTick

 

Parameter

Type

Description

ShowLatEndTick

Boolean

required; true to display latitude (Y) line tick marks

 

Example 1

This example returns the visibility of end tick marks for graticule latitude (Y) lines.

 

Debug.Print Grat.ShowLatEndTick

 

Example 2

This example makes the end tick marks for graticule latitude (Y) lines invisible.

 

Grat.ShowLatEndTick = False

 

Used by: Graticule object