IVZMultiplyDataSource.GetDataEx

Syntax

GetDataEx(objectId: String, attrId: String, valIndx: Integer): Variant;

Parameters

objectId. Dimension identifier.

attrId. Indicator identifier.

valIndx. Element index.

Description

The GetDataEx method returns data of set dimension element by its index and indicator identifier.

Comments

To get data with default attribute, use the IVZMultiplyDataSource.GetData method.

Example

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

See also:

IVZMultiplyDataSource