xn.Query.SetSupportedMinUserPositions C# (CSharp) Method

SetSupportedMinUserPositions() public method

public SetSupportedMinUserPositions ( uint count ) : void
count uint
return void
        public void SetSupportedMinUserPositions(uint count)
        {
            UInt32 status = OpenNIImporter.xnNodeQuerySetSupportedMinUserPositions(this.InternalObject, count);
            WrapperUtils.CheckStatus(status);
        }