IRdsDictionaryFilterConditions.Item

Fore Syntax

Item(Index: Integer): IRdsDictionaryFilterCondition;

Fore.NET Syntax

Item(Index: System.Int32): Prognoz.Platform.Interop.Rds.IRdsDictionaryFilterCondition;

Parameters

Index. Filter index in the collection.

Description

The property is read-only.

The Item property returns a filter from the collection by index.

Comments

The Item property enables the user to access to the determined filter of the collection. A value of the Index parameter must be a non-negative number, which is smaller than value of the IRdsDictionaryFilterConditions.Count property. Index of the first filter in the collection is 0, index of the last one is IRdsDictionaryFilterConditions.Count - 1. Index numbering is continuous.

Fore Example

The property use is given in the example for IRdsDictionaryFilterConditions.LoadFrom.

See also:

IRdsDictionaryFilterConditions