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

Resets (i.e., removes) the specified goal in the goal structure

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

Syntax

C#
public void ResetGoal(
	GoalChunk g
)

Parameters

g
Type: Clarion.Framework..::..GoalChunk
The goal to be reset (i.e., removed)

See Also