Click or drag to resize

CompositeDisplayConditionClear Method

Removes all display conditions 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 Clear()
Remarks
An empty composite display condition evaluates to true, so when an empty composite is assigned to an object, the object is always rendered.
See Also