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

isSetPackageRequired() 공개 메소드

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