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

Removes the specified chunk from the general knowledge store

Namespace: Clarion.Framework
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

C#
public void RemoveKnowledge(
	Chunk ch
)

Parameters

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

See Also