Show contents 

Express > Express Assembly Interfaces > IEaxDataAreaSlices > IEaxDataAreaSlices.FindById

IEaxDataAreaSlices.FindById

Syntax

FindById(Id: String): IEaxDataAreaSlice;

Parameters

Id. Analytical data area slice identifier.

Description

The FindById method searches for analytical data area slice by its identifier.

Comments

If the slice is not found, the method returns Null.

To search for analytical data area slice by its key, use IEaxDataAreaSlices.FindByKey.

See also:

IEaxDataAreaSlices