IDimAttributeHierarchiesList.FindById

Syntax

FindById(hierarchyId: String): IDimAttributeHierarchy;

Parameters

hierarchyId. Identifier of attribute alternative hierarchy.

Description

The FindById method searches attribute alternative hierarchy in the list by identifier.

Comments

If alternative hierarchy is not found, the method returns Null.

To search alternative hierarchy in the list by key, use IDimAttributeHierarchiesList.FindByKey.

Example

The property use is given in the example for IDimAttributeHierarchiesList.Count.

See also:

IDimAttributeHierarchiesList