libsbml.SBase.appendNotes C# (CSharp) Method

appendNotes() public method

public appendNotes ( string notes ) : int
notes string
return int
        public int appendNotes(string notes)
        {
            int ret = libsbmlPINVOKE.SBase_appendNotes__SWIG_1(swigCPtr, notes);
            return ret;
        }

Same methods

SBase::appendNotes ( XMLNode notes ) : int
SBase