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

Sets the specified goal in the goal structure 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 SetGoal(
	GoalChunk g,
	double activation
)

Parameters

g
Type: Clarion.Framework..::..GoalChunk
The goal to be set in the goal structure
activation
Type: System..::..Double
The activation for the goal that is being set

See Also