libsbmlcs.SBase.isPkgURIEnabled C# (CSharp) Method

isPkgURIEnabled() public method

public isPkgURIEnabled ( string pkgURI ) : bool
pkgURI string
return bool
        public bool isPkgURIEnabled(string pkgURI)
        {
            bool ret = libsbmlPINVOKE.SBase_isPkgURIEnabled(swigCPtr, pkgURI);
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }
SBase