Share via


SkeletonStream.FrameSkeletonArrayLength Property

Kinect for Windows 1.5, 1.6, 1.7, 1.8

Gets the maximum number of skeletons that can be tracked.

Syntax

public int FrameSkeletonArrayLength { get; }
'Declaration
Public ReadOnly Property FrameSkeletonArrayLength As Integer 

Property Value

Type: Int32
The maximum number of trackable skeletons.

Remarks

Enable skeleton tracking to fully track active skeletons and/or track the location of active skeletons. For more information, see Skeletal Tracking.

This property is identical to the SkeletonFrame.SkeletonArrayLength property.

Requirements

Namespace: Microsoft.Kinect

Assembly: Microsoft.Kinect (in microsoft.kinect.dll)

See Also

Reference

SkeletonStream Class
SkeletonStream Members
Microsoft.Kinect Namespace