Graticuled Property

 

The Graticuled property returns or sets a graticule. Returns a Boolean.

 

Syntax

object.Graticuled

object.Graticuled = Graticuled

 

Parameter

Type

Description

Graticuled

Boolean

required; true to add a graticule

 

Example 1

This example returns the graticule state of the current map layer.

 

Debug.Print CurrentLayer.Graticuled

 

Example 2

This example adds graticules to the current map layer.

 

CurrentLayer.Graticuled = True

 

Used by: Layer object