IDimSelection.LimitToHierarchy

Fore Syntax

LimitToHierarchy(Value: IDimHierarchyInstance);

Fore.NET Syntax

LimitToHierarchy(Value: Prognoz.Platform.Interop.Dimensions.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.

Fore and Fore.NET Examples

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

See also:

IDimSelection