FindByLevel(LevelKey: Integer): IDimAttributeHierarchy;
FindByLevel(LevelKey: uinteger): Prognoz.Platform.Interop.Dimensions.IDimAttributeHierarchy;
LevelKey. Alternative hierarchy level.
The FindByKey method searches attribute alternative hierarchy in the list by level.
If alternative hierarchy is not found, the method returns Null.
If the LevelKey parameter receives the -1 value, the search is executed whatever the level is.
To search alternative hierarchies by identifier, use IDimAttributeHierarchiesList.FindById.
The property use is given in the example for IDimAttributeHierarchiesList.Count.
See also: