An enumeration of the different trail types.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Public Enumeration TrailType
public enum class TrailType
Members
| Member name | Value | Description |
---|
| None | 0 |
No trail is to be shown.
|
| Full | 1 |
Show the complete path taken by the aircraft.
|
| Short | 2 |
Show the path taken by the aircraft over the last so-many seconds.
|
| FullAltitude | 3 |
Show the entire path and all changes in altitude.
|
| ShortAltitude | 4 |
Show the path and changes in altitude over the last so-many seconds.
|
| FullSpeed | 5 |
Show the entire path and all changes in speed.
|
| ShortSpeed | 6 |
Show the path and changes in speed over the last so-many seconds.
|
See Also