Share via


Body.JointCount Property

Gets the number of joints in a body.

Syntax

public:
static property int32 JointCount {
         int32 get ();
}
public static int JointCount { get; }
var jointCount = WindowsPreview.Kinect.Body.jointCount;

Property value

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

Type: int32
Type: int
Type: Number

 

The number of joints.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

Body Class
WindowsPreview.Kinect Namespace