System.Sensors.TCustomLocationSensor.Altitude

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Altitude: Double index TProperty.Altitude read GetDoubleProperty;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
System.Sensors.pas
System.Sensors.hpp
System.Sensors TCustomLocationSensor


説明

海面レベルを基準として海抜を、メートルで取得するためのメソッド。

関連項目