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 time line.

Comments

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

Example

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

See also:

IVZMultiplyDataSource