GratUnitType Property

 

The GratUnitType property returns or sets the graticule units type. Returns a MVCoordDisplayUnits.

 

Syntax

object.GratUnitType

object.GratUnitType = UnitType

 

Parameter

Type

Description

UnitType

MVCoordDisplayUnits

required; unit type

 

Example 1

This example returns the unit type for a graticule.

 

Debug.Print Grat.GratUnitType

 

Example 2

This example sets the graticule unit type to feet.

 

Grat.GratUnitType = mvCoordDisplayUnitFeet

 

Used by: Graticule object