IDimSelection.LimitToHierarchy

Syntax

LimitToHierarchy(Value: IDimHierarchyInstance);

Parameters

Value. Data of dictionary alternative hierarchy.

Description

The LimitToHierarchy method keeps selection only for elements, which are included in the specified alternative hierarchy.

Comments

To apply alternative hierarchy in the selection, use IDimSelection.SelectHierarchy.

Example

The method use is given in the example for IDimSelection.SelectHierarchy.

See also:

IDimSelection