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

setNotes() 공개 메소드

public setNotes ( XMLNode notes ) : int
notes XMLNode
리턴 int
        public int setNotes(XMLNode notes)
        {
            int ret = libsbmlPINVOKE.SBase_setNotes__SWIG_0(swigCPtr, XMLNode.getCPtr(notes));
            return ret;
        }

Same methods

SBase::setNotes ( string notes ) : int
SBase::setNotes ( string notes, bool addXHTMLMarkup ) : int
SBase