AirborneVelocityMessageVectorVelocity Property |
Gets or sets the velocity and bearing when expressed in an ADS-B message as a pair of speeds along the X/Y axes.
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public VectorVelocity VectorVelocity { get; set; }
Public Property VectorVelocity As VectorVelocity
Get
Set
public:
property VectorVelocity^ VectorVelocity {
VectorVelocity^ get ();
void set (VectorVelocity^ value);
}
member VectorVelocity : VectorVelocity with get, set
Property Value
Type:
VectorVelocityRemarks
At the time of writing this is used when the speed is the ground speed and the bearing the ground track. However you
should consult the VelocityType property to confirm that this is not the airspeed and heading.
If this value is supplied then Heading and Airspeed will be null.
See Also