Artificial Intelligence
Artificial Intelligence
Information

KnowledgeBase.GetRuleAt(int) method


      Gets a class Rule object at the specified index (from version 1.2.0.0).

Namespace : ielib
Assembly : ielib.dll

public Rule GetRuleAt(int i)

Parameters

Type : System.Int32.

i : Basic zero-based index of the element to get.

Return value

Type : ielib.Rule

An object of the Rule class. If the index is out of the list, null will be returned.