IEaxDataAreaParams.SliceParams

Fore Syntax

SliceParams(Slice: IEaxDataAreaSlice): IEaxDataAreaSliceParams;

Fore.NET Syntax

SliceParams[Slice: Prognoz.Platform.Interop.Express.IEaxDataAreaSlice]: Prognoz.Platform.Interop.Express.IEaxDataAreaSliceParams;

Parameters

Slice. Analytical data area slice.

Description

The SliceParams property returns parameters of analytical data area slice.

Comments

To add analytical data area parameter in the collection, use the IEaxDataAreaParams.Add method.

Fore and Fore.NET Examples

The property use is given in the example for IEaxDataArea.Params.

See also:

IEaxDataAreaParams