Altimeter.GetCurrentReading Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.