IMsTimeMatrix.Item

Syntax

Item(Index: Integer): ITimeSeries;

Parameters

Index. Series point index.

Description

The Item property determines series point value by its index.

Comments

To get the number of matrix series, use the IMsTimeMatrix.Count property.

Example

The property use is given in the example for IMsTimeMatrix.AddSerie.

See also:

IMsTimeMatrix