LatIncrement Property

 

The LatIncrement property returns or sets the graticule latitude (Y) increment value. Returns a double.

 

Syntax

object.LatIncrement

object.LatIncrement = Increment

 

Parameter

Type

Description

Increment

Double

required; in graticule units

 

Example 1

This example returns the latitude increment for a graticule.

 

Debug.Print Grat.LatIncrement

 

Example 2

This example changes the latitude increment to two.

 

Grat.LatIncrement = 2

 

Used by: Graticule object