libsbmlcs.SBaseExtensionPoint.isElementOnly C# (CSharp) Method

isElementOnly() public method

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