Style Property [Graticule]
Style returns or sets the graticule style. Returns a SrfGraticuleStyle.
Syntax
object.Style
object.Style = Style
Parameter |
Type |
Description |
Style |
required; Sets the graticule style: none, lines, or crosses. |
Example 1
This example demonstrates how to return the graticule style.
Debug.Print Graticule.Style
Example 2
This example demonstrates how to set the graticule style to crosses.
Graticule.Style = srfGraticuleStyleCrosses
Used by: Graticule Object