IEaxDataAreaTransformations.Add

Fore Syntax

Add(SS: IDimSelectionSet;
   S: IDimSelection;
   el: Integer): IEaxDataAreaTransformation;

Fore.NET Syntax

Add(SS: Prognoz.Platform.Interop.Dimensions.IDimSelectionSet;
    S: Prognoz.Platform.Interop.Dimensions.IDimSelection;
    el: uinteger): Prognoz.Platform.Interop.Express.IEaxDataAreaTransformation;

Parameters

SS. Dimension selection where data transformation formula is located.

S. Dimension where selection is located.

el. Dimension element.

Description

The Add method adds data transformation formula in collection.

Comments

The el parameter is used on working with formula of calculated element transformation. For the rest transformation formulas it is necessary to send -1 as the el parameter value.

Fore and Fore.NET Examples

The examples of method use are given in description of the IEaxDataAreaSlice.CalcTransformations, IEaxDataAreaSlice.FilterTransformations, IEaxDataAreaSlice.SortTransformations properties.

See also:

IEaxDataAreaTransformations