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