libsbmlcs.SBMLDocument.getPkgRequired C# (CSharp) 메소드

getPkgRequired() 공개 메소드

public getPkgRequired ( string package ) : bool
package string
리턴 bool
        public bool getPkgRequired(string package)
        {
            bool ret = libsbmlPINVOKE.SBMLDocument_getPkgRequired(swigCPtr, package);
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }