IVZMultiplyDataSource.GetAllLevelData

Syntax

GetAllLevelData(level: Integer): IVZDataArray;

Parameters

level. Time line level.

Description

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

Comments

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

Example

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

See also:

IVZMultiplyDataSource