Artificial Intelligence
Artificial Intelligence
Information

KnowledgeBase.AddPackage(Package) method


      Adds an object to the Package class (from version 1.2.0.0).


Namespace : ielib
Assembly : ielib.dll

public int AddPackage(Package p)

Parameters

Type: ielib.Package.

p: Represents the object of the Package class.

Return value

Type : System.int.

The ID of new package has been added.


      Note : You can access a package by its ID by using the KnowledgeBase.GetPackageById() method.