CompassReading.HeadingTrueNorth Property

Gets the heading in degrees relative to geographic true-north.

Syntax

public:
property IReference<float64>^ HeadingTrueNorth {
         IReference<float64>^ get ();
}  

Property value

Type: IReference<Double

The true-north heading.

Remarks

Before retrieving this property, your code should first check to verify that the value is not null.

Requirements

Namespace: Windows.Devices.Sensors

Metadata: windows.winmd

See also

Reference

CompassReading Class

CompassReading Members

Windows.Devices.Sensors Namespace