Share via


IKinectEngagementManager.KinectManualEngagedHands Property

Gets the list of the body/hand pairs that have been manually set as engaged.

Syntax

public:
property IVectorView<BodyHandPair>^ KinectManualEngagedHands {
         IVectorView<BodyHandPair>^ get ();
}
public IReadOnlyList<BodyHandPair>KinectManualEngagedHands { get; }

Property value

[C++] 
[C#] 

Type: IVectorView<BodyHandPair>
Type: IReadOnlyList<BodyHandPair>

 

The list of the body/hand pairs that have been manually set as engaged.

Remarks

Requirements

Namespace: Microsoft.Kinect.Toolkit.Input

Assembly: (in )

See also

Reference

IKinectEngagementManager Interface
Microsoft.Kinect.Toolkit.Input Namespace