libsbml.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);
            return ret;
        }