libsbmlcs.RDFAnnotationParser.deleteRDFCVTermAnnotation C# (CSharp) Method

deleteRDFCVTermAnnotation() public static method

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