[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.0.7 (6.1.0.7)

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