libsbmlcs.RDFAnnotationParser.deleteRDFAnnotation C# (CSharp) Method

deleteRDFAnnotation() public static method

public static deleteRDFAnnotation ( XMLNode annotation ) : XMLNode
annotation XMLNode
return XMLNode
        public static XMLNode deleteRDFAnnotation(XMLNode annotation)
        {
            IntPtr cPtr = libsbmlPINVOKE.RDFAnnotationParser_deleteRDFAnnotation(XMLNode.getCPtr(annotation));
            XMLNode ret = (cPtr == IntPtr.Zero) ? null : new XMLNode(cPtr, true);
            return ret;
        }