[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.CoreAssembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)
Syntax
C# |
---|
public bool Remove( Rule..::..Condition..::..ConditionTuple t ) |
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 FalseImplements
ICollection<(Of <(<'T>)>)>..::..Remove(T)
Remarks
![]() |
---|
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. |