IDimAttributeHierarchiesList.FindByLevel

Syntax

FindByLevel(LevelKey: Integer): IDimAttributeHierarchy;

Parameters

LevelKey. Alternative hierarchy level.

Description

The FindByKey method searches attribute alternative hierarchy in the list by level.

Comments

If alternative hierarchy is not found, the method returns Null.

If the LevelKey parameter receives the -1 value, the search is executed whatever the level is.

To search alternative hierarchies by identifier, use IDimAttributeHierarchiesList.FindById.

Example

The property use is given in the example for IDimAttributeHierarchiesList.Count.

See also:

IDimAttributeHierarchiesList