IEaxDataAreaHierarchies.RemoveDependant

Syntax

RemoveDependant(S: IDimSelection;
               Key: Integer;
               EId: String;
               T: IEaxDataAreaTransformation);

Parameters

S. Dimension where alternative hierarchy is placed

Key. Key of the dimension

EId. Dimension element identifier.

T. Data transformation formula.

Description

The RemoveDependant method removes data transformation formula from collection of alternative hierarchies.

Comments

To add data tranformation formula in alternative hierarchy, use IEaxDataAreaHierarchies.AddDependant.

Example

The method use is given in the example for IEaxDataAreaHierarchies.FindByDE.

See also:

IEaxDataAreaHierarchies