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