Artificial Intelligence
Artificial Intelligence
Information

KnowledgeBase.GetPackageAt(int) method


      Gets an object of the class Package at the index specified (from version 1.2.0.0).


Namespace : ielib
Assembly : ielib.dll

public Package GetPackageAt(int i)

Parameters

Type : System.Int32.

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

Return value

Type : ielib.Package

Represents an object of the Package class. If the index is out of the list, null will be returned.