Body.Engaged Property

[Deprecated] Gets the status of the body’s engagement. This API is not implemented in the Kinect for Windows v2 SDK. It is included to support cross-compilation with the Xbox SDK.

Syntax

public:
property DetectionResult Engaged {
         DetectionResult get ();
}
public DetectionResult Engaged { get; }
var engaged = body.engaged;

Property value

Type: DetectionResult
The status of the body's engagement.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

Body Class
WindowsPreview.Kinect Namespace