libsbml.SBase.isPkgEnabled C# (CSharp) Method

isPkgEnabled() public method

public isPkgEnabled ( string pkgName ) : bool
pkgName string
return bool
        public bool isPkgEnabled(string pkgName)
        {
            bool ret = libsbmlPINVOKE.SBase_isPkgEnabled(swigCPtr, pkgName);
            return ret;
        }
SBase