IEaxDataAreaHierarchies.RemoveDependant

Fore Syntax

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

Fore.NET Syntax

RemoveDependant(S: Prognoz.Platform.Interop.Dimensions.IDimSelection;
                Key: uinteger;
                EId: string;
                T: Prognoz.Platform.Interop.Express.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.

Fore and Fore.NET Examples

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

See also:

IEaxDataAreaHierarchies