libsbml.SBase.getNotes C# (CSharp) Méthode

getNotes() public méthode

public getNotes ( ) : XMLNode
Résultat 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