Show contents 

Express > Express Assembly Interfaces > IEaxDataAreaHierarchies > IEaxDataAreaHierarchies.FindByKey

IEaxDataAreaHierarchies.FindByKey

Syntax

FindByKey(Key: Integer): IEaxDataAreaHierarchy;

Parameters

Key. Key of alternative hierarchy.

Description

The FindByKey method searches for alternative hierarchy by its key.

Comments

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

To search for alternative hierarchy by its identifier, use IEaxDataAreaHierarchies.FindById.

See also:

IEaxDataAreaHierarchies