The ShowBkFillUnderAllLayers property returns or sets the graticule fill location. Returns a Boolean.
Syntax
object.ShowBkFillUnderAllLayers
object.ShowBkFillUnderAllLayers = ShowBkFillUnderAllLayers
Parameter |
Type |
Description |
ShowBkFillUnderAllLayers |
Boolean |
required; true to place graticule fill beneath all layers, false to place graticule fill on graticule layer |
Example 1
This example returns the state of placing the graticule fill beneath all map layers.
Debug.Print Grat.ShowBkFillUnderAllLayers
Example 2
This example places the graticule fill on the bottom of all map layers.
Grat.ShowBkFillUnderAllLayers = True
Used by: Graticule object