ReportFlightJsonFirstAltitude Property |
Gets or sets the altitude that the aircraft was flying at when it was first seen.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int FirstAltitude { get; set; }
Public Property FirstAltitude As Integer
Get
Set
public:
property int FirstAltitude {
int get ();
void set (int value);
}
member FirstAltitude : int with get, set
Property Value
Type:
Int32See Also