Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the tracking ID associated with the event.
Syntax
public:
property uint64 TrackingId {
uint64 get ();
}
public ulong TrackingId { get; }
var trackingId = trackingIdLostEventArgs.trackingId;
Property value
[C++]
[C#]
[JavaScript]
Type: uint64
Type: ulong
Type: Number
The tracking ID associated with the event.
Requirements
Namespace: Microsoft.Kinect.VisualGestureBuilder
Assembly: Microsoft.Kinect.VisualGestureBuilder (in microsoft.kinect.visualgesturebuilder.dll)
See also
Reference
TrackingIdLostEventArgs Class
Microsoft.Kinect.VisualGestureBuilder Namespace