IVZMultiplyDataSource.GetAllLevelData

Fore syntax

GetAllLevelData(level: Integer): IVZDataArray;

Fore.NET syntax

GetAllLevelData(level: integer): Prognoz.Platform.Interop.Visualizators.VZDataArray;

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.

Fore and Fore.NET examples

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

See also:

IVZMultiplyDataSource