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