IDimAttributeHierarchiesList.FindByLevel

Fore Syntax

FindByLevel(LevelKey: Integer): IDimAttributeHierarchy;

Fore.NET Syntax

FindByLevel(LevelKey: uinteger): Prognoz.Platform.Interop.Dimensions.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.

Fore and Fore.NET Examples

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

See also:

IDimAttributeHierarchiesList