xn.OpenNIImporter.xnNodeQuerySetExistingNodeOnly C# (CSharp) Method

xnNodeQuerySetExistingNodeOnly() private method

private xnNodeQuerySetExistingNodeOnly ( IntPtr pQuery, System.Boolean bExistingNode ) : UInt32
pQuery System.IntPtr
bExistingNode System.Boolean
return System.UInt32
        public static extern XnStatus xnNodeQuerySetExistingNodeOnly(XnNodeQuery pQuery, XnBool bExistingNode);
OpenNIImporter