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

Resets working memory and then sets the specified chunk in working memory with the specified activation

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

Syntax

C#
public void SetResetWMChunk(
	Chunk ch,
	double activation
)

Parameters

ch
Type: Clarion.Framework.Core..::..Chunk
The chunk to be set in working memory
activation
Type: System..::..Double
The activation for the chunk that is being set

See Also