PlaceGraticuleOnLayer

 

The PlaceGraticuleOnLayer method places the graticule on the specified layer.

 

Syntax

object.PlaceGraticuleOnLayer( ActiveLayer, LayerName )

 

Parameter

Type

Description

ActiveLayer

Boolean

optional; true to place graticule on the active layer

LayerName

String

optional; if ActiveLayer is false, layer name to place graticule

 

Example

This example places the plot graticule on the layer named "Roads," which is not the active layer.

 

Grat.PlaceGraticuleOnLayer( ActiveLayer:=False, LayerName:="Roads" )

 

Used by: Graticule object