libsbml.SBase.replaceTopLevelAnnotationElement C# (CSharp) 메소드

replaceTopLevelAnnotationElement() 공개 메소드

public replaceTopLevelAnnotationElement ( XMLNode annotation ) : int
annotation XMLNode
리턴 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