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