Altimeter.GetCurrentReading Method

Definition

Gets the current reading for the altimeter.

public:
 virtual AltimeterReading ^ GetCurrentReading() = GetCurrentReading;
AltimeterReading GetCurrentReading();
public AltimeterReading GetCurrentReading();
function getCurrentReading()
Public Function GetCurrentReading () As AltimeterReading

Returns

The current alititude reading for this sensor.

Remarks

It is important to note that the altitude reading for this sensor is not the absolute altitude. Rather, this API is designed to determine the change in elevation between readings.

Applies to