xn.OpenNIImporter.xnProductionNodeRelease C# (CSharp) Method

xnProductionNodeRelease() private method

private xnProductionNodeRelease ( IntPtr hNode ) : void
hNode System.IntPtr
return void
        public static extern void xnProductionNodeRelease(XnNodeHandle hNode);
OpenNIImporter