CompositeDisplayConditionAdd Method (DisplayCondition) | 
 
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
)
Public Sub Add ( 
	displayCondition As DisplayCondition
)
public:
virtual void Add(
	DisplayCondition^ displayCondition
) sealed
abstract Add : 
        displayCondition : DisplayCondition -> unit 
override Add : 
        displayCondition : DisplayCondition -> unit Parameters
- displayCondition
 - Type: AGI.Foundation.GraphicsDisplayCondition
The display condition to add to the composite. 
Exceptions
See Also