LimitLat Property

 

The LimitLat property returns or sets the graticule latitude (Y) Show limit graticule only option. Returns a Boolean.

 

Syntax

object.LimitLat

object.LimitLat = LimitLat

 

Parameter

Type

Description

LimitLat

Boolean

required; true to display only the limit graticule line

 

Example 1

This example returns the limit latitude state.

 

Debug.Print Grat.LimitLat

 

Example 2

This example displays the latitude limit graticule line only.

 

Grat.LimitLat = True

 

Used by: Graticule object