System.Sensors.TCustomLocationSensor.Altitude

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Altitude: Double index TProperty.Altitude read GetDoubleProperty;

C++

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

Properties

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

Description

Getter for the altitude, in meters, relative to the sea level.

See Also