GratLabUnitType Property

 

The GratLabUnitType property returns or sets the graticule Label value units. Returns a MVCoordDisplayUnits.

 

Syntax

object.GratLabUnitType

object.GratLabUnitType = UnitType

 

Parameter

Type

Description

UnitType

MVCoordDisplayUnits

required; unit type

 

Example 1

This example returns the current units type for graticule labels.

 

Debug.Print Grat.GratLabUnitType

 

Example 2

This example sets the graticule label unit type to meters.

 

Grat.GratLabUnitType = mvCoordDisplayUnitMeters

 

Used by: Graticule object