VectorVelocityBearing Property |
Gets the bearing as calculated from the other properties.
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<double> Bearing { get; }
Public ReadOnly Property Bearing As Nullable(Of Double)
Get
public:
property Nullable<double> Bearing {
Nullable<double> get ();
}
member Bearing : Nullable<float> with get
Property Value
Type:
NullableDoubleSee Also