Body.IsTracked Property

Gets whether or not the body is tracked.

Syntax

public:
property bool IsTracked {
         bool get ();
}
public bool IsTracked { get; }
var isTracked = body.isTracked;

Property value

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

Type: bool
Type: bool
Type: Boolean

 

The tracking state of the body.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

Body Class
WindowsPreview.Kinect Namespace