Share via


KinectPointerPointProperties.BodyTrackingId Property

Gets a unique identifier that associates the pointer with a Body Class oject.

Syntax

public:
property uint64 BodyTrackingId {
         uint64 get ();
}
public ulong BodyTrackingId { get; }
var bodyTrackingId = kinectPointerPointProperties.bodyTrackingId;

Property value

[C++] 
[C#] 
[JavaScript] 

Type: uint64
Type: ulong
Type: Number

 

A unique identifier that associates the pointer with a Body Class oject.

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

KinectPointerPointProperties Class
WindowsPreview.Kinect.Input Namespace