Express > Express Assembly Interfaces > IEaxDataAreaHierarchies > IEaxDataAreaHierarchies.RemoveDependant
RemoveDependant(S: IDimSelection; Key: Integer; EId: String; T: IEaxDataAreaTransformation);
S. The dimension that contains an alternative hierarchy.
Key. Dimension key.
EId. Dimension element identifier.
T. Data transformation formula.
The RemoveDependant method removes data transformation formula from the collection of alternative hierarchies.
To add data transformation formula to alternative hierarchy, use IEaxDataAreaHierarchies.AddDependant.
The method use is given in the example for IEaxDataAreaHierarchies.FindByDE.
See also: