CompositeDisplayConditionAdd Method (DisplayCondition, Boolean) | 
 
Adds a display condition to the end of the composite.
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic void Add(
	DisplayCondition displayCondition,
	bool negate
)
Public Sub Add ( 
	displayCondition As DisplayCondition,
	negate As Boolean
)
public:
virtual void Add(
	DisplayCondition^ displayCondition, 
	bool negate
) sealed
abstract Add : 
        displayCondition : DisplayCondition * 
        negate : bool -> unit 
override Add : 
        displayCondition : DisplayCondition * 
        negate : bool -> unit Parameters
- displayCondition
 - Type: AGI.Foundation.GraphicsDisplayCondition
The display condition to add to the composite. - negate
 - Type: SystemBoolean
When true, a logical not is applied to displayCondition
when the composite display condition is evaluated.
 
Exceptions
See Also