libsbml.SBase.getAnnotation C# (CSharp) Method

getAnnotation() public method

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