AutoGraticuleRange Property

 

The AutoGraticuleRange property returns or sets the Default Ranges of a graticule. Returns a Boolean.

 

Syntax

object.AutoGraticuleRange

object.AutoGraticuleRange = AutoGraticuleRange

 

Parameter

Type

Description

AutoGraticuleRange

Boolean

required; true to use MapViewer's default graticule range

 

Example 1

This example enables the Default Ranges for a graticule.

 

Grat.AutoGraticuleRange = True

 

Example 2

This example returns a graticule's Default Range state.

 

Debug.Print Grat.AutoGraticuleRange

 

Used by: Graticule object