libsbmlcs.SBMLDocument.isSetPackageRequired C# (CSharp) Method

isSetPackageRequired() public method

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