CoordinateHeading Property |
Gets the direction the aircraft was pointing in.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<float> Heading { get; }
Public ReadOnly Property Heading As Nullable(Of Single)
Get
public:
property Nullable<float> Heading {
Nullable<float> get ();
}
member Heading : Nullable<float32> with get
Property Value
Type:
NullableSingleSee Also