Share via


BodyHandPair.BodyTrackingId Property

Gets or sets the unique body tracking id.

Syntax

public:
property uint64 BodyTrackingId {
         uint64 get ();
         void set (uint64 value);
}
public ulong BodyTrackingId { get; set; }
var bodyTrackingId = bodyHandPair.bodyTrackingId;
bodyHandPair.bodyTrackingId = bodyTrackingId;

Property value

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

Type: uint64
Type: ulong
Type: Number

 

The body tracking ID

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

BodyHandPair Class
WindowsPreview.Kinect.Input Namespace