xn.OpenNIImporter.xnEnumerationErrorsGetCurrentDescription C# (CSharp) Method

xnEnumerationErrorsGetCurrentDescription() private method

private xnEnumerationErrorsGetCurrentDescription ( IntPtr it ) : ProductionNodeDescription
it System.IntPtr
return ProductionNodeDescription
        public static extern ProductionNodeDescription xnEnumerationErrorsGetCurrentDescription(XnEnumerationErrorsIterator it);
OpenNIImporter