FindById(hierarchyId: String): IDimAttributeHierarchy;
FindById(hierarchyId: string): Prognoz.Platform.Interop.Dimensions.IDimAttributeHierarchy;
hierarchyId. Identifier of attribute alternative hierarchy.
The FindById method searches attribute alternative hierarchy in the list by identifier.
If alternative hierarchy is not found, the method returns Null.
To search alternative hierarchy in the list by key, use IDimAttributeHierarchiesList.FindByKey.
The property use is given in the example for IDimAttributeHierarchiesList.Count.
See also: