Invert  IsHeadingValid

Chapter 3: Property Descriptions and Usage

IsFixValid

Applies to

GPSFix objects

Description

The IsFixValid property determines whether the position fix data returned from the satellite is valid.

Usage


In scripts

The IsFixValid property takes a boolean value. The following example stops the execution of the script or function if the data returned from the satellite is invalid:

rc = MyGPS.GetFix(myFix)
IF NOT myFix.IsFixValid THEN RETURN -1





Copyright © 2004. Sybase Inc. All rights reserved. IsHeadingValid

View this book as PDF