CoordDisplayUnits Property

 

The CoorDisplayUnits property returns or sets the document's coordinate display unit type on the status bar. Returns a MVCoordDisplayUnits.

 

Syntax

object.CoordDisplayUnits

object.CoordDisplayUnits = Units

 

Parameter

Type

Description

Units

MVCoordDisplayUnits

required; unit type

 

Example 1

This example returns the current display units for a map document.

 

Debug.Print Plot.CoordDisplayUnits

 

Example 2

This example sets the display units for a map document to meters.

 

Plot.CoordDisplayUnits = mvCoordDisplayUnitMeters

 

Used by: PlotDocument object