libsbmlcs.SBMLDocument.getPackageRequired C# (CSharp) Method

getPackageRequired() public method

public getPackageRequired ( string package ) : bool
package string
return bool
        public bool getPackageRequired(string package)
        {
            bool ret = libsbmlPINVOKE.SBMLDocument_getPackageRequired(swigCPtr, package);
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }