IDimAttributeHierarchies.FindByAttributeLevel

Fore Syntax

FindByAttributeLevel(AttributeKey: Integer; LevelKey: Integer): IDimAttributeHierarchy;

Fore.NET Syntax

FindByAttributeLevel(AttributeKey: uinteger;
                        LevelKey: uinteger):
Prognoz.Platform.Interop.Dimensions.IDimAttributeHierarchy;

Parameters

AttributeKey. Attribute key;

LevelKey. Attribute hierarchy level.

Description

The FindByAttributeLevel method searches collection of alternative hierarchies by attribute hierarchy level.

Comments

To search collection of alternative hierarchies by attribute, use IDimAttributeHierarchies.FindByAttribute.

Fore and Fore.NET Examples

The method use is given in the example for IDimAttributeHierarchies.AddHierarchy.

See also:

IDimAttributeHierarchies