IDimAttributeHierarchiesInstance.FindByAttributeLevel

Syntax

FindByAttributeLevel(AttributeKey: Integer; [LevelKey: Integer = 0]): IDimAttributeHierarchyInstance;

Parameters

AttributeKey. Attribute key.

LevelKey. Attribute hierarchy level.

Description

The FindByAttributeLevel method searches data of attribute alternative hierarchy by its level.

Comments

If data is not found, the method returns Null.

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

Example

The method use is given in the example for IDimAttributeHierarchyInstance.AttributeHierarchy.

See also:

IDimAttributeHierarchiesInstance