Degree

Applies to

GPSCoordinate objects

Description

The Degree property specifies the position of a fix in degrees.

Usage


In scripts

The Degree property takes an integer value in the range 0 to 179:

integer li_degrees
GPSCoordinate myCoord
li_degrees = myCoord.Degree

See also