Show contents 

Express > Express Assembly Interfaces > IEaxDataAreaHierarchies > IEaxDataAreaHierarchies.FindById

IEaxDataAreaHierarchies.FindById

Syntax

FindById(Id: String): IEaxDataAreaHierarchy;

Parameters

Id. Alternative hierarchy identifier.

Description

The FindById method searches for alternative hierarchy by its identifier.

Comments

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

To search for alternative hierarchy by its key, use IEaxDataAreaHierarchies.FindByKey.

See also:

IEaxDataAreaHierarchies