Show contents 

Express > Express Assembly Interfaces > IEaxDataAreaSlices > IEaxDataAreaSlices.FindByKey

IEaxDataAreaSlices.FindByKey

Syntax

FindByKey(Key: Integer): IEaxDataAreaSlice;

Parameters

Key. Key of analytical data area slice.

Description

The FindByKey method searches analytical data area slice by its key.

Comments

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

To search for analytical data area slice by its identifier, use IEaxDataAreaSlices.FindById.

See also:

IEaxDataAreaSlices