Altimeter.GetDefault 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.
Returns the default altimeter sensor.
public:
static Altimeter ^ GetDefault();
static Altimeter GetDefault();
public static Altimeter GetDefault();
function getDefault()
Public Shared Function GetDefault () As Altimeter
Returns
The default altimeter.
Remarks
If no barometer sensor is available, this method will return the null pointer.