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

Removes a world object and its ON/OFF specification (in the form of a Rule..::..Condition..::..ConditionTuple) from the condition

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

Syntax

Parameters

t
Type: Clarion.Framework.Core..::..Rule..::..Condition..::..ConditionTuple
The world object and its ON/OFF specification that are to be removed from the condition

Return Value

True if the world object was successfully removed, otherwise False

Implements

ICollection<(Of <(<'T>)>)>..::..Remove(T)

Remarks

Note
The ON/OFF specification is irrelevant for removing the world object from the condition. Only the world object is used by this method for removal. This particular "Remove" method has been mainly included in order to correctly implement the ICollection<(Of <(<'T>)>)> interface.

See Also