GraticuleUnderMap Property

 

The GraticuleUnderMap property returns or sets the Place graticule under the map option. Returns a Boolean.

 

Syntax

object.GraticuleUnderMap

object.GraticuleUnderMap = GraticuleUnderMap

 

Parameter

Type

Description

GraticuleUnderMap

Boolean

required; true to place the graticule under the map

 

Example 1

This example returns whether or not the graticule is located under the map objects.

 

Debug.Print Grat.GraticuleUnderMap

 

Example 2

This example places the graticule under the map objects.

 

Grat.GraticuleUnderMap = True

 

Used by: Graticule object