IEaxDataAreaHierarchies.FindById

Syntax

FindById(Id: String): IEaxDataAreaHierarchy;

Parameters

Id. Alternative hierarchy identifier.

Description

The FindById method searches alternative hierarchy by its identifier.

Comments

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

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

See also:

IEaxDataAreaHierarchies