Share via


HumanPresenceSensor.MaxDetectableAzimuthInDegrees Property

Definition

Gets the maximum azimuth angle supported by the human presence sensor, in degrees.

public:
 property IReference<double> ^ MaxDetectableAzimuthInDegrees { IReference<double> ^ get(); };
IReference<double> MaxDetectableAzimuthInDegrees();
public System.Nullable<double> MaxDetectableAzimuthInDegrees { get; }
var iReference = humanPresenceSensor.maxDetectableAzimuthInDegrees;
Public ReadOnly Property MaxDetectableAzimuthInDegrees As Nullable(Of Double)

Property Value

The maximum azimuth angle supported by the human presence sensor, in degrees.

Windows requirements

Device family
Windows 11 Insider Preview (introduced in 10.0.26100.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v19.0)

Applies to

See also