Share via


SkeletonFrame.SkeletonArrayLength Property

Kinect for Windows 1.5, 1.6, 1.7, 1.8

Gets the total length of the skeleton data buffer for this SkeletonFrame.

Syntax

public int SkeletonArrayLength { get; }
'Declaration
Public ReadOnly Property SkeletonArrayLength 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 SkeletonStream.FrameSkeletonArrayLength property.

Requirements

Namespace: Microsoft.Kinect

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

See Also

Reference

SkeletonFrame Class
SkeletonFrame Members
Microsoft.Kinect Namespace