Body.IsRestricted Property

Gets whether or not the body is restricted.

Syntax

public:
property bool IsRestricted {
         bool get ();
}
public bool IsRestricted { get; }
var isRestricted = body.isRestricted;

Property value

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

Type: bool
Type: bool
Type: Boolean

 

The restricted state of the body.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

Body Class
WindowsPreview.Kinect Namespace