Click or drag to resize

CompositeDisplayConditionRemove Method (DisplayCondition)

Removes a display condition from the composite.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void Remove(
	DisplayCondition displayCondition
)

Parameters

displayCondition
Type: AGI.Foundation.GraphicsDisplayCondition
The display condition to remove from the composite.
Remarks
This call has no effect if displayCondition is null or does not exist in the composite.
See Also