SurfacePositionMessagePositionTimeIsExact Property |
Gets or sets a value indicating that the time at which the horizontal position was recorded is an exact 0.2 second UTC epoch or not.
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool PositionTimeIsExact { get; set; }
Public Property PositionTimeIsExact As Boolean
Get
Set
public:
property bool PositionTimeIsExact {
bool get ();
void set (bool value);
}
member PositionTimeIsExact : bool with get, set
Property Value
Type:
BooleanRemarks
This value is not present on Fine Format TIS-B messages, its position is taken by the ICAO/Mode-A Flag
field. On those messages this value will always be false.
See Also