IVZMultiplyDataSource.GetAllLevelData

Syntax

GetAllLevelData(level: Integer): IVZDataArray;

Parameters

level. Time line level.

Description

The GetAllLevelData method returns all attribute data for the set time line level.

Comments

If time line level is -1, the method returns data by the entire time line.

Example

The method use is given in the example for IVZMultiplyDataSource.GetData.

See also:

IVZMultiplyDataSource