libsbml.SBase.isPkgURIEnabled C# (CSharp) Méthode

isPkgURIEnabled() public méthode

public isPkgURIEnabled ( string pkgURI ) : bool
pkgURI string
Résultat bool
        public bool isPkgURIEnabled(string pkgURI)
        {
            bool ret = libsbmlPINVOKE.SBase_isPkgURIEnabled(swigCPtr, pkgURI);
            return ret;
        }
SBase