Click or drag to resize

CompositeDisplayConditionRemove Method (Int32)

Removes the display condition at the given zero-based index, shifting existing display conditions.

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(
	int index
)

Parameters

index
Type: SystemInt32
The zero-based index of the display condition to remove.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Index is out of range. It must be between 0 and Count - 1.
See Also