The LonStart property returns or sets the graticule longitude (X) start value. Returns a double.
Syntax
object.LonStart
object.LonStart = Start
Parameter |
Type |
Description |
Start |
Double |
required; in graticule units |
Example 1
This example returns the starting value for the graticule longitude lines.
Debug.Print Grat.LonStart
Example 2
This example sets the longitude starting value to 20.
Grat.LonStart = 20
Used by: Graticule object