Click or drag to resize

BinaryLogicOperation Enumeration

Binary logic operations that can be used by CompositeDisplayCondition.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum BinaryLogicOperation
Members
  Member nameDescription
And Logically and together display conditions in the composite.
Or Logically or together display conditions in the composite.
See Also