0 out of 1 rated this helpful - Rate this topic

InclinometerReading class

Represents an inclinometer reading.

Syntax


public sealed class InclinometerReading : Object

Attributes

DualApiPartitionAttribute()
MarshalingBehaviorAttribute(Agile)
VersionAttribute(NTDDI_WIN8)

Members

The InclinometerReading class has these types of members:

Methods

The InclinometerReading class inherits methods from the Object class (C#/VB/C++).

Properties

The InclinometerReading class has these properties.

PropertyAccess typeDescription

PitchDegrees

Read-onlyGets the rotation in degrees around the x-axis.

RollDegrees

Read-onlyGets the rotation in degrees around the y-axis.

Timestamp

Read-onlyGets the time at which the sensor reported the reading.

YawDegrees

Read-onlyGets the rotation in degrees around the z-axis.

 

Remarks

This object is accessed when you invoke the GetCurrentReading method; and, it is accessed when you retrieve the Reading property of the InclinometerReadingChangedEventArgs object in the event callback method..

Requirements

Minimum supported client

Windows 8 [Windows Store apps, desktop apps]

Minimum supported server

Windows Server 2012 [Windows Store apps, desktop apps]

Minimum supported phone

Windows Phone 8

Namespace

Windows.Devices.Sensors
Windows::Devices::Sensors [C++]

Metadata

Windows.winmd

 

 

Build date: 2/25/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.