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: 25.2.423.0 (25.2.423.0)
Syntaxpublic DisplayCondition this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As DisplayCondition
Get
public:
property DisplayCondition^ default[int index] {
DisplayCondition^ get (int index);
}member Item : DisplayCondition with get
Parameters
- index
- Type: SystemInt32
Property Value
Type:
DisplayCondition
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException | index is out of range. It must be between 0 and Count - 1.
|
See Also