VisualGestureBuilderDatabase.AvailableGestures Property

Gets a list of the available gestures in the database.

Syntax

public:
property IVectorView<Gesture>^ AvailableGestures {
         IVectorView<Gesture>^ get ();
}
public IReadOnlyList<Gesture>AvailableGestures { get; }
var availableGestures = visualGestureBuilderDatabase.availableGestures;

Property value

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

Type: IVectorView<Gesture>
Type: IReadOnlyList<Gesture>
Type: IVectorView<Gesture>

 

A list of the available gestures in the database.

Requirements

Namespace: Microsoft.Kinect.VisualGestureBuilder

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

See also

Reference

VisualGestureBuilderDatabase Class
Microsoft.Kinect.VisualGestureBuilder Namespace