Share via


HumanPresenceSensorReadingUpdate.DistanceInMillimeters Property

Definition

Gets or sets the updated distance between the HumanPresenceSensor and the detected user.

public:
 property IReference<unsigned int> ^ DistanceInMillimeters { IReference<unsigned int> ^ get(); void set(IReference<unsigned int> ^ value); };
IReference<uint32_t> DistanceInMillimeters();

void DistanceInMillimeters(IReference<uint32_t> value);
public System.Nullable<uint> DistanceInMillimeters { get; set; }
var iReference = humanPresenceSensorReadingUpdate.distanceInMillimeters;
humanPresenceSensorReadingUpdate.distanceInMillimeters = iReference;
Public Property DistanceInMillimeters As Nullable(Of UInteger)

Property Value

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

The updated distance between the HumanPresenceSensor and the detected user.

Applies to

See also