LonIncrement Property

 

The LonIncrement property returns or sets the graticule longitude (X) increment value. Returns a double.

 

Syntax

object.LonIncrement

object.LonIncrement = Increment

 

Parameter

Type

Description

Increment

Double

required; in graticule units

 

Example 1

This example returns the longitude increment for a graticule.

 

Debug.Print Grat.LonIncrement

 

Example 2

This example changes the longitude increment to two.

 

Grat.LonIncrement = 2

 

Used by: Graticule object