FindByAttributeLevel(AttributeKey: Integer; LevelKey: Integer): IDimAttributeHierarchy;
FindByAttributeLevel(AttributeKey: uinteger;
LevelKey: uinteger):
Prognoz.Platform.Interop.Dimensions.IDimAttributeHierarchy;
AttributeKey. Attribute key;
LevelKey. Attribute hierarchy level.
The FindByAttributeLevel method searches collection of alternative hierarchies by attribute hierarchy level.
To search collection of alternative hierarchies by attribute, use IDimAttributeHierarchies.FindByAttribute.
The method use is given in the example for IDimAttributeHierarchies.AddHierarchy.
See also: