libsbml.SBase.appendAnnotation C# (CSharp) Method

appendAnnotation() public method

public appendAnnotation ( string annotation ) : int
annotation string
return int
        public new int appendAnnotation(string annotation)
        {
            int ret = libsbmlPINVOKE.SBase_appendAnnotation__SWIG_1(swigCPtr, annotation);
            return ret;
        }

Same methods

SBase::appendAnnotation ( XMLNode annotation ) : int
SBase