System.Sensors.TCustomOrientationSensor.MagHeading

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MagHeading: Double index TProperty.MagHeading read GetDoubleProperty;

C++

__property double MagHeading = {read=GetDoubleProperty, index=9};

Properties

Type Visibility Source Unit Parent
property public
System.Sensors.pas
System.Sensors.hpp
System.Sensors TCustomOrientationSensor

Description

Direction where the device is pointed, relative to the magnetic North.

Platform Support

This property is only supported on Windows.

See Also