Remove(Index: Integer): Boolean;
Remove(Index: integer): boolean;
Index. Index of additional alternative hierarchy.
The Remove method removes additional alternative hierarchy by its index.
If additional alternative hierarchy is removed, the method returns True.
To remove additional alternative hierarchy by its identifier, use IDimAdditionalHierarchies.RemoveById.
To remove additional alternative hierarchy by its key, use IDimAdditionalHierarchies.RemoveByKey.
To add additional alternative hierarchy in collection, use IDimAdditionalHierarchies.Add.
See also: