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