IEaxDataAreaTransformation.TestModifier

Fore Syntax

TestModifier (LeftOperand: IDimSelection;

              Var Result: IDimSelection);

Fore.NET Syntax

TestModifier (LeftOperand: Prognoz.Platform.Interop.Dimensions.IDimSelection;
             Var Result: Prognoz.Platform.Interop.Dimensions.IDimSelection);

Parameters

LeftOperand. Dimension selection

Result. Execution result.

Description

The TestModifier method checks operation of selection modification.

Comments

To modify dimension selections, use IEaxDataAreaTransformation.Modifier.

Fore and Fore.NET Examples

The method use is given in the example for IEaxDataAreaTransformation.Modifier.

See also:

IEaxDataAreaTransformation