Click or drag to resize
TrailType Enumeration
An enumeration of the different trail types.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum TrailType
Members
  Member nameValueDescription
None0 No trail is to be shown.
Full1 Show the complete path taken by the aircraft.
Short2 Show the path taken by the aircraft over the last so-many seconds.
FullAltitude3 Show the entire path and all changes in altitude.
ShortAltitude4 Show the path and changes in altitude over the last so-many seconds.
FullSpeed5 Show the entire path and all changes in speed.
ShortSpeed6 Show the path and changes in speed over the last so-many seconds.
See Also