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.2.419.0 (24.2.419.0)
Syntax public BinaryLogicOperation LogicOperation { get; set; }
Public Property LogicOperation As BinaryLogicOperation
Get
Set
public:
property BinaryLogicOperation LogicOperation {
BinaryLogicOperation get ();
void set (BinaryLogicOperation value);
}
member LogicOperation : BinaryLogicOperation with get, set
Property Value
Type:
BinaryLogicOperationExceptions See Also