SkeletonStream.IsEnabled Property
Kinect for Windows 1.5, 1.6, 1.7, 1.8
Gets a value that enables/disables the skeleton data stream.
Syntax
public bool IsEnabled { get; }
'Declaration
Public ReadOnly Property IsEnabled As Boolean
Property Value
Type: Boolean
true if output data streaming is enabled; otherwise, false.
Remarks
Use this property to enable a sensor to stream out skeleton data.
Requirements
Namespace: Microsoft.Kinect
Assembly: Microsoft.Kinect (in microsoft.kinect.dll)
See Also
Reference
SkeletonStream Class
SkeletonStream Members
Microsoft.Kinect Namespace