System.Sensors.TCustomOrientationSensor.CompMagHeading

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CompMagHeading: Double index TProperty.CompMagHeading read GetDoubleProperty;

C++

__property double CompMagHeading = {read=GetDoubleProperty, index=11};

Properties

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

Description

Direction where the device is pointed, measured clockwise from the magnetic North.

Platform Support

This property is only supported on Windows.

See Also