HumanPresenceSensor.MinDetectableAltitudeInDegrees Property

Definition

Gets the minimum altitude angle supported by the human presence sensor, in degrees.

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

Property Value

The minimum altitude 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