Share via


InclinometerDataThreshold.PitchInDegrees Property

Definition

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

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

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

Property Value

Single

float

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

Remarks

Pitch rotation is a change in angle around the transverse axis.

Applies to

See also