Click or drag to resize
VectorVelocityNorthSouthVelocity Property
Gets or sets the velocity in knots in either the north or south direction.

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

Property Value

Type: NullableInt16
Remarks
If this is null then the north-south velocity was not transmitted in the velocity message.
See Also