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

appendAnnotation() 공개 메소드

public appendAnnotation ( XMLNode annotation ) : int
annotation XMLNode
리턴 int
        public new int appendAnnotation(XMLNode annotation)
        {
            int ret = libsbmlPINVOKE.SBase_appendAnnotation__SWIG_0(swigCPtr, XMLNode.getCPtr(annotation));
            return ret;
        }

Same methods

SBase::appendAnnotation ( string annotation ) : int
SBase