System.Sensors.TCustomOrientationSensor.DistanceX

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DistanceX: Double index TProperty.DistanceX read GetDoubleProperty;

C++

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

Properties

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

Description

Getter for distance measured on the X axis measured in meters.

Platform Support

This property is only supported on Windows.

See Also