Share via


JointCollection.Item Property

Kinect for Windows 1.5, 1.6, 1.7, 1.8

Gets or sets a joint.

Syntax

public Joint this [
         JointType jointType
] { get; set; }
'Declaration
Public Property Item ( _
         jointType As JointType _
) As Joint 

Property Value

Type: Joint
The joint.

Remarks

Use this property to return a specific joint in a skeleton.

Requirements

Namespace: Microsoft.Kinect

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

See Also

Reference

JointCollection Class
JointCollection Members
Microsoft.Kinect Namespace