CMMagnetometerData.MagneticField Property
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.
Raw, uncalibrated magnetic field reading.
public virtual CoreMotion.CMMagneticField MagneticField { [Foundation.Export("magneticField")] get; }
member this.MagneticField : CoreMotion.CMMagneticField
Property Value
Magnetic field information for x, y, z coordinates.
- Attributes
Remarks
This method returns the raw magnetic field measured by the device. If you want a version of the magnetic field that has been filtered from the magnetic field introduced by the device, use the MagneticField property instead.