IEaxDataAreaTransformation.ModifierRightOperand

Fore Syntax

ModifierRightOperand(Selection: IDimSelection): IDimSelection;

Fore.NET Syntax

ModifierRightOperand[Selection: Prognoz.Platform.Interop.Dimensions.IDimSelection]:
Prognoz.Platform.Interop.Dimensions.IDimSelection;

Parameters

Selection. Dimension selection.

Description

The ModifierRightOperand property returns modified selection of dimension.

Comments

To get operation type of selection modification ,use IEaxDataAreaTransformation.ModifierOperation.

Fore and Fore.NET Examples

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

See also:

IEaxDataAreaTransformation