Artificial Intelligence
Artificial Intelligence
Information

KnowledgeBase.RemoveFactById(int) method


      Removes a fact in the knowledge base by its identifier.


Namespace : ielib
Assembly : ielib.dll

public void RemoveFactById (int Id)

Parameters

Type : System.Int32.

Id : represents the ID of a fact.

      Note : The identifier of a Fact is distributed by the FactsBase class when the KnowledgeBase.Add(Fact) method is used to add a fact in the knowledge base. It gets the identifier of a fact by the Fact.Id property.