Artificial Intelligence
Artificial Intelligence
Information

KnowledgeBase.RemoveRuleById(int) method


      Deletes a rule in the knowledge base by its identifier.


Namespace : ielib
Assembly : ielib.dll

public void RemoveRuleById (int Id)

Parameters

Type : System.Int32.

Id : represents the ID of a Rule.

      Note : The ID of a rule is distributed by the RulesBase class when KnowledgeBase.Add(Rule) method is used to add a rule to the knowledge base. It gets the ID of a rule by the Rule.Id property.