GetDataEx(objectId: String, attrId: String, valIndx: Integer): Variant;
GetDataEx(objectId: string, attrId: string, valIndx: integer): object;
objectId. Dimension identifier.
attrId. Factor identifier.
valIndx. Element index.
The GetDataEx method returns data of set dimension element by its index and factor identifier.
To get data with default attribute, use the IVZMultiplyDataSource.GetData method.
The method use is given in the example for IVZMultiplyDataSource.GetData.
See also: