Click or drag to resize
VectorVelocityEastWestVelocity Property
Gets or sets the velocity in knots in either the east or west 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> EastWestVelocity { get; set; }

Property Value

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