IDimAttributeHierarchiesList.FindByKey

Syntax

FindByKey(hierarchyKey: Integer): 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.

Example

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

See also:

IDimAttributeHierarchiesList