libsbmlcs.SBMLDocument.isSetPkgRequired C# (CSharp) Method

isSetPkgRequired() public method

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