Share via


InclinometerDataThreshold.YawInDegrees Property

Definition

Gets or sets the minimum change of rotation around the yaw-axis (vertical axis) required to reach the threshold, measured in degrees.

public:
 property float YawInDegrees { float get(); void set(float value); };
float YawInDegrees();

void YawInDegrees(float value);
public float YawInDegrees { get; set; }
var single = inclinometerDataThreshold.yawInDegrees;
inclinometerDataThreshold.yawInDegrees = single;
Public Property YawInDegrees As Single

Property Value

Single

float

The inclinometer data threshold for the yaw-axis, in degrees.

Remarks

Yaw rotation is a change in pointing direction around the vertical axis, to the left or right of the direction of motion.

Applies to

See also