Kinect.KinectManager.GetPrimaryUserID C# (CSharp) Method

GetPrimaryUserID() public method

Gets the UserID of the primary user (the first or the closest one), or 0 if no user is detected.
public GetPrimaryUserID ( ) : Int64
return Int64
        public Int64 GetPrimaryUserID()
        {
            return liPrimaryUserId;
        }
KinectManager