libsbmlcs.RDFAnnotationParser.deleteRDFHistoryAnnotation C# (CSharp) Method

deleteRDFHistoryAnnotation() public static method

public static deleteRDFHistoryAnnotation ( XMLNode annotation ) : XMLNode
annotation XMLNode
return XMLNode
        public static XMLNode deleteRDFHistoryAnnotation(XMLNode annotation)
        {
            IntPtr cPtr = libsbmlPINVOKE.RDFAnnotationParser_deleteRDFHistoryAnnotation(XMLNode.getCPtr(annotation));
            XMLNode ret = (cPtr == IntPtr.Zero) ? null : new XMLNode(cPtr, false);
            return ret;
        }