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

Allows a dimension-value pair to be added to the condition (with the ON setting) using the + operator

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

Syntax

C#
public static Rule..::..Condition operator +(
	Rule..::..Condition c,
	DimensionValuePair dv
)

Parameters

c
Type: Clarion.Framework.Core..::..Rule..::..Condition
The condition
dv
Type: Clarion.Framework..::..DimensionValuePair
The dimension-value pair that is to be added to the condition

Return Value

The condition with the specified dimension-value pair added to it

See Also