Body.TrackingId Property

Gets the tracking ID for the body.

Syntax

public:
property uint64 TrackingId {
         uint64 get ();
}
public ulong TrackingId { get; }
var trackingId = body.trackingId;

Property value

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

Type: uint64
Type: ulong
Type: Number

 

The tracking ID for the body.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

Body Class
WindowsPreview.Kinect Namespace