IVZMultiplyDataSource.GetAllObjectData

Syntax

GetAllObjectData(objectId: String; attrId: String): IVZDataArray;

Parameters

objectId. Identifier of the element from observation object dimension.

attrId. Attribute identifier.

Description

The GetAllObjectData method returns all data for element and attribute by the entire timeline.

Comments

To get all data for the set attribute on the set timeline level, use the IVZMultiplyDataSource.GetAllLevelDataDictionary method.

Example

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

See also:

IVZMultiplyDataSource