VectorVelocityEastWestVelocity Property |
Gets or sets the velocity in knots in either the east or west direction.
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<short> EastWestVelocity { get; set; }
Public Property EastWestVelocity As Nullable(Of Short)
Get
Set
public:
property Nullable<short> EastWestVelocity {
Nullable<short> get ();
void set (Nullable<short> value);
}
member EastWestVelocity : Nullable<int16> with get, set
Property Value
Type:
NullableInt16Remarks
If this is null then the east-west velocity was not transmitted in the velocity message.
See Also