IVZMultiplyDataSource.GetDataEx

Fore Syntax

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

Fore.NET Syntax

GetDataEx(objectId: string, attrId: string, valIndx: integer): object;

Parameters

objectId. Dimension identifier.

attrId. Factor identifier.

valIndx. Element index.

Description

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

Comments

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

Fore and Fore.NET examples

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

See also:

IVZMultiplyDataSource