The LonEnd property returns or sets the graticule longitude (X) end value. Returns a double.
Syntax
object.LonEnd
object.LonEnd = End
Parameter |
Type |
Description |
End |
Double |
required; in graticule units |
Example 1
This example returns the ending longitude value.
Debug.Print Grat.LonEnd
Example 2
This example sets the ending longitude value to 100.
Grat.LonEnd = 100
Used by: Graticule object