MagnetometerDataThreshold.ZAxisMicroteslas Property

Definition

Gets or sets the minimum change of geomagnetic data around the z-axis required to reach the threshold, measured in microteslas.

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

void ZAxisMicroteslas(float value);
public float ZAxisMicroteslas { get; set; }
var single = magnetometerDataThreshold.zAxisMicroteslas;
magnetometerDataThreshold.zAxisMicroteslas = single;
Public Property ZAxisMicroteslas As Single

Property Value

Single

float

The magnetometer data threshold for the z-axis, in microteslas.

Applies to

See also