libsbml.SBase.replaceTopLevelAnnotationElement C# (CSharp) Method

replaceTopLevelAnnotationElement() public method

public replaceTopLevelAnnotationElement ( XMLNode annotation ) : int
annotation XMLNode
return int
        public int replaceTopLevelAnnotationElement(XMLNode annotation)
        {
            int ret = libsbmlPINVOKE.SBase_replaceTopLevelAnnotationElement__SWIG_0(swigCPtr, XMLNode.getCPtr(annotation));
            return ret;
        }

Same methods

SBase::replaceTopLevelAnnotationElement ( string annotation ) : int
SBase