KinectSensor.IsOpen Property

Gets whether or not the KinectSensor is open.

Syntax

public:
property bool IsOpen {
         bool get ();
}
public bool IsOpen { get; }
var isOpen = kinectSensor.isOpen;

Property value

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

Type: bool
Type: bool
Type: Boolean

 

The open state of the KinectSensor.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

KinectSensor Class
WindowsPreview.Kinect Namespace