ReportFlightJsonFirstVerticalRate Property |
Gets or sets the rate of climb / descent that the aircraft was making when first seen.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int FirstVerticalRate { get; set; }
Public Property FirstVerticalRate As Integer
Get
Set
public:
property int FirstVerticalRate {
int get ();
void set (int value);
}
member FirstVerticalRate : int with get, set
Property Value
Type:
Int32See Also