xn.OpenNIImporter.xnLogSetConsoleOutput C# (CSharp) Method

xnLogSetConsoleOutput() private method

private xnLogSetConsoleOutput ( System.Boolean bConsoleOutput ) : UInt32
bConsoleOutput System.Boolean
return System.UInt32
        public static extern XnStatus xnLogSetConsoleOutput(XnBool bConsoleOutput);
OpenNIImporter