The LimitLon property returns or sets the graticule longitude (X) Show limit graticule only option. Returns a Boolean.
Syntax
object.LimitLon
object.LimitLon = LimitLon
Parameter |
Type |
Description |
LimitLon |
Boolean |
required; true to display only the limit graticule line |
Example 1
This example returns the limit longitude state.
Debug.Print Grat.LimitLon
Example 2
This example displays the longitude limit graticule line only.
Grat.LimitLon = True
Used by: Graticule object