Click or drag to resize

CompositeDisplayConditionItem Property

Returns the condition at the given zero-based index.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public DisplayCondition this[
	int index
] { get; }

Parameters

index
Type: SystemInt32

Property Value

Type: DisplayCondition
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is out of range. It must be between 0 and Count - 1.
See Also