Click or drag to resize
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.Adsb
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool PositionTimeIsExact { get; set; }

Property Value

Type: Boolean
Remarks
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