libsbml.SBase.unsetNotes C# (CSharp) Method

unsetNotes() public method

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