[This is preliminary documentation and is subject to change.]

Adds the specified chunk to the general knowledge store

Namespace: Clarion.Framework
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

Syntax

C#
public void AddKnowledge(
	Chunk ch
)

Parameters

ch
Type: Clarion.Framework.Core..::..Chunk
The chunk to be added to the general knowledge store

See Also