libsbmlcs.Model.removeRuleByVariable C# (CSharp) Method

removeRuleByVariable() public method

public removeRuleByVariable ( string variable ) : Rule
variable string
return Rule
        public Rule removeRuleByVariable(string variable)
        {
            Rule ret = (Rule) libsbml.DowncastSBase(libsbmlPINVOKE.Model_removeRuleByVariable(swigCPtr, variable), false);
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }
Model