IVZMultiplyDataSource.GetAllLevelDataDictionary

Fore syntax

GetAllLevelDataDictionary(attrId: String; level: Integer): IVZDataDictionary;

Fore.NET syntax

GetAllLevelDataDictionary(attrId: string; level: integer): Prognoz.Platform.Interop.Visualizators.VZDataDictionary;

Parameters

attrId. Attribute identifier.

level. Time line level.

Description

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

Comments

To get all data of the set element, use the IVZMultiplyDataSource.GetAllObjectData method.

Fore and Fore.NET examples

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

See also:

IVZMultiplyDataSource