libsbml.SBaseExtensionPoint.isElementOnly C# (CSharp) Méthode

isElementOnly() public méthode

public isElementOnly ( ) : bool
Résultat bool
        public bool isElementOnly()
        {
            bool ret = libsbmlPINVOKE.SBaseExtensionPoint_isElementOnly(swigCPtr);
            return ret;
        }