LatStart Property

 

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

 

Syntax

object.LatStart

object.LatStart = Start

 

Parameter

Type

Description

Start

Double

required; in graticule units

 

Example 1

This example returns the graticule latitude line starting value.

 

Debug.Print Grat.LatStart

 

Example 2

This example sets the latitude starting value to 20.

 

Grat.LatStart = 20

 

Used by: Graticule object