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

unsetNotes() 공개 메소드

public unsetNotes ( ) : int
리턴 int
        public int unsetNotes()
        {
            int ret = libsbmlPINVOKE.SBase_unsetNotes(swigCPtr);
            return ret;
        }
SBase