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