IDimAttributeHierarchiesList.FindByKey

Fore Syntax

FindByKey(hierarchyKey: Integer): IDimAttributeHierarchy;

Fore.NET Syntax

FindByKey(hierarchyKey: uinteger): Prognoz.Platform.Interop.Dimensions.IDimAttributeHierarchy;

Parameters

hierarchyKey. Key of alternative hierarchy.

Description

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

Comments

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

To search alternative hierarchies in the list by level, use IDimAttributeHierarchiesList.FindByLevel.

Fore and Fore.NET Examples

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

See also:

IDimAttributeHierarchiesList