IRubricatorInstanceList.Item

Syntax

Item(Index: Integer): IRubricatorInstance;

Parameters

Index. Index of time series database in the collection.

Description

The Item property returns time series database from the collection by its index.

Comments

This property enables the user to access a specific database in the collection. Value of the Index parameter should be non-negative but less than value of the IRubricatorInstanceList.Count property. Index of the first database in the collection is 0; index of the last database is IRubricatorInstanceList.Count - 1. Index numbering is continuous.

Example

The property use is given in the example for IRubricatorInstanceList.Count.

See also:

IRubricatorInstanceList