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.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string TrailType { get; set; }
Public Property TrailType As String
Get
Set
public:
property String^ TrailType {
String^ get ();
void set (String^ value);
}
member TrailType : string with get, set
Property Value
Type:
StringSee Also