Beispiel #1
0
        public string GetError()
        {
            UInt32 status = OpenNIImporter.xnEnumerationErrorsGetCurrentError(this.it);

            return(WrapperUtils.GetErrorMessage(status));
        }