libsbml.SBase.getNotes C# (CSharp) Method

getNotes() public method

public getNotes ( ) : XMLNode
return XMLNode
        public XMLNode getNotes()
        {
            IntPtr cPtr = libsbmlPINVOKE.SBase_getNotes__SWIG_0(swigCPtr);
            XMLNode ret = (cPtr == IntPtr.Zero) ? null : new XMLNode(cPtr, false);
            return ret;
        }
SBase