FindByKey(Value: Integer): IDimHierarchyInstance;
FindByKey(Value: uinteger): Prognoz.Platform.Interop.Dimensions.IDimHierarchyInstance;
Value - key of alternative hierarchy.
The FindByKey method searches for an alternative hierarchy data in the collection by hierarchy key.
To get the number of hierarchies in the collection, use the IDimHierarchiesInstance.Count property.
See also: