Item(Index: Integer): IRubricatorInstance;
Index. Index of time series database in the collection.
The Item property returns time series database from the collection by its index.
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.
The property use is given in the example for IRubricatorInstanceList.Count.
See also: