Click or drag to resize

CompositeDisplayConditionLogicOperation Property

Gets or sets the binary logic operation applied to all display conditions in the composite when the composite is evaluated. To combine logical and and or operations in the same expression, create composites containing composites.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public BinaryLogicOperation LogicOperation { get; set; }

Property Value

Type: BinaryLogicOperation
Exceptions
ExceptionCondition
UnsupportedCaseExceptionLogicOperation must be a valid value in BinaryLogicOperation.
See Also