IAircraftShortCoordinates Property |
The list of coordinates representing the short track of the aircraft, the locations reported by it for the past so-many seconds.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax List<Coordinate> ShortCoordinates { get; }
ReadOnly Property ShortCoordinates As List(Of Coordinate)
Get
property List<Coordinate^>^ ShortCoordinates {
List<Coordinate^>^ get ();
}
abstract ShortCoordinates : List<Coordinate> with get
Property Value
Type:
ListCoordinateRemarks
Coordinates are perpetually added to this list irrespective of the direction
the aircraft is taking but coordinates older than the configuration value
for the short trail duration are removed as snapshots are taken of the
aircraft, or as new coordinates are added.
See Also