Click or drag to resize
AircraftJsonTrailType Property
Gets or sets the trail type. It is empty for plain trails (just position), 'a' for trails that have altitude attached and 's' for trails with speeds attached.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string TrailType { get; set; }

Property Value

Type: String
See Also