System.Sensors.TCustomEnvironmentalSensor.WindDirection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WindDirection: Double index TProperty.WindDirection read GetDoubleProperty;

C++

__property double WindDirection = {read=GetDoubleProperty, index=3};

Properties

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

Description

Getter for the wind direction relative to magnetic north, expressed in degrees counter-clockwise.

Platform Support

This property is only supported on Windows.

See Also