libsbml.SBase.replaceTopLevelAnnotationElement C# (CSharp) Method

replaceTopLevelAnnotationElement() public method

public replaceTopLevelAnnotationElement ( string annotation ) : int
annotation string
return int
        public int replaceTopLevelAnnotationElement(string annotation)
        {
            int ret = libsbmlPINVOKE.SBase_replaceTopLevelAnnotationElement__SWIG_1(swigCPtr, annotation);
            return ret;
        }

Same methods

SBase::replaceTopLevelAnnotationElement ( XMLNode annotation ) : int
SBase