Exemple #1
0
        public NodeInfoList EnumerateExistingNodes()
        {
            IntPtr pList;
            UInt32 status = OpenNIImporter.xnEnumerateExistingNodes(this.InternalObject, out pList);

            WrapperUtils.CheckStatus(status);
            return(new NodeInfoList(pList));
        }