FindByKey(hierarchyKey: Integer): IDimAttributeHierarchy;
FindByKey(hierarchyKey: uinteger): Prognoz.Platform.Interop.Dimensions.IDimAttributeHierarchy;
hierarchyKey. Key of alternative hierarchy.
The FindByKey method searches attribute alternative hierarchy in the list by key.
If alternative hierarchy is not found, the method returns Null.
To search alternative hierarchies in the list by level, use IDimAttributeHierarchiesList.FindByLevel.
The property use is given in the example for IDimAttributeHierarchiesList.Count.
See also: