Body.Activities Property
[Deprecated] Gets the status of the body’s possible activities. This API is not implemented in the Kinect for Windows v2 SDK and will always return null. It is included to support cross-compilation with the Xbox SDK.
The status of the body's possible activities.
public: property IMapView<Activity, DetectionResult>^ Activities { IMapView<Activity, DetectionResult>^ get (); }
Property value
[C++]
[C#]
[JavaScript]
[C#]
[JavaScript]
Type: IMapView<Activity, DetectionResult>
Type: IReadOnlyDictionary<Activity, DetectionResult>
Type: IMapView<Activity, DetectionResult>
Type: IReadOnlyDictionary<Activity, DetectionResult>
Type: IMapView<Activity, DetectionResult>
Community Additions
ADD
Show: