Click or drag to resize
AirborneVelocityMessageVerticalRate Property
Gets or sets the vertical rate in feet per minute. Positive values indicate that the vehicle is ascending, negative values indicate the vehicle is descending.

Namespace: VirtualRadar.Interface.Adsb
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<int> VerticalRate { get; set; }

Property Value

Type: NullableInt32
See Also