IVZMultiplyDataSource.GetAllLevelDataDictionary

Syntax

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

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.

Example

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

See also:

IVZMultiplyDataSource