CompositeDisplayConditionSetNegate Method (DisplayCondition, Boolean) |
Sets if a logical not operation is applied to a display condition
in the composite when the composite is evaluated.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void SetNegate(
DisplayCondition displayCondition,
bool negate
)
Public Sub SetNegate (
displayCondition As DisplayCondition,
negate As Boolean
)
public:
void SetNegate(
DisplayCondition^ displayCondition,
bool negate
)
member SetNegate :
displayCondition : DisplayCondition *
negate : bool -> unit
Parameters
- displayCondition
- Type: AGI.Foundation.GraphicsDisplayCondition
The display condition to set the logical not operation for.
- negate
- Type: SystemBoolean
True if displayCondition should be negated.
Exceptions Remarks
Display conditions can be in more than one composite at a time. Each
composite may or may not negate the display condition. So a display condition
that is negated in one composite is not necessarily negated in another.
See Also