CompositeDisplayConditionGetNegate Method (DisplayCondition) |
Determines if a logical not operation is applied to a display condition
in the composite.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool GetNegate(
DisplayCondition displayCondition
)
Public Function GetNegate (
displayCondition As DisplayCondition
) As Boolean
public:
virtual bool GetNegate(
DisplayCondition^ displayCondition
) sealed
abstract GetNegate :
displayCondition : DisplayCondition -> bool
override GetNegate :
displayCondition : DisplayCondition -> bool
Parameters
- displayCondition
- Type: AGI.Foundation.GraphicsDisplayCondition
The display condition to check.
Return Value
Type:
Boolean
True if a logical
not operation is applied to the display condition
when the composite is evaluated.
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