System.Sensors.TCustomOrientationSensor.DistanceZ

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DistanceZ: Double index TProperty.DistanceZ read GetDoubleProperty;

C++

__property double DistanceZ = {read=GetDoubleProperty, index=5};

Properties

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

Description

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

Platform Support

This property is only supported on Windows.

See Also