' Name:          SetCoordDMS
' Title:         Specify coordinate display format in View, e.g. DDMMSS
' Author:        Michael Silberbauer 2001
' Date sent:     Tue, 21 Sep 1999 09:38:05 GMT+0200 a useful tip from ArcView-L
'If you want to work in a projected view but show the coordinates in
'geographic, create and run a script with the following two lines:

theview = av.getactivedoc
theview.SetCoordsDMS(true)

'If you need more decimals:
'theview = av.getactivedoc

theview.SetCoordinatePrecision(5)