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