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 slice is not found, the method returns Null.

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

See also:

IEaxDataAreaSlices